Skip to content

Commit 81b5495

Browse files
ci: tweak manual docker tag
1 parent 0102d1e commit 81b5495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
IMAGE_NAME: "scworkflow" # must be lowercase
1616
CONTEXT: "./"
1717
NAMESPACE: "nciccbr"
18-
USE_INPUT_TAG: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version_tag }}
18+
USE_INPUT_TAG: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version_tag != '' }}
1919

2020
permissions: read-all
2121

0 commit comments

Comments
 (0)