diff --git a/.github/workflows/buildDocker.yml b/.github/workflows/buildDocker.yml index 771330de..b4797b1d 100644 --- a/.github/workflows/buildDocker.yml +++ b/.github/workflows/buildDocker.yml @@ -20,12 +20,13 @@ name: 'Build/Push Docker Image' # Run this workflow on ... on: workflow_dispatch: - force: - description: "Force build even if build already successfully completed for this commit" - type: choice - options: - - 'false' - - 'true' + inputs: + force: + description: "Force build even if build already successfully completed for this commit" + type: choice + options: + - 'false' + - 'true' workflow_call: outputs: @@ -242,4 +243,4 @@ jobs: run: | echo ::set-output name=build_successful::'true' -###################################################################################### \ No newline at end of file +######################################################################################