Skip to content

Commit

Permalink
ci: add description to docker-build action inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
geokrety-bot committed Aug 8, 2023
1 parent 1ce9703 commit a48e62b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/docker-build/action.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
name: Docker build
inputs:
image_name:
description: docker image name
required: true
type: string
dockerhub_username:
required: true
description: docker hub username
type: string
dockerhub_token:
required: true
description: docker hub token
type: string
dockerfile:
description: dockerfile name
type: string
default: Dockerfile
context:
description: context path
type: string
default: .

Expand Down

0 comments on commit a48e62b

Please sign in to comment.