diff --git a/.github/actions/docker-build/action.yml b/.github/actions/docker-build/action.yml index 0597cec..2b9f18b 100644 --- a/.github/actions/docker-build/action.yml +++ b/.github/actions/docker-build/action.yml @@ -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: .