Fix inputs: clause in buildDocker.yml (#794)
This commit is contained in:
15
.github/workflows/buildDocker.yml
vendored
15
.github/workflows/buildDocker.yml
vendored
@@ -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'
|
||||
|
||||
######################################################################################
|
||||
######################################################################################
|
||||
|
||||
Reference in New Issue
Block a user