Skip to content

Commit 6d35959

Browse files
Merge pull request #529 from leelavg/gh-flow
ci: supply VERSION from workflow dispatch to job
2 parents 0560f3b + ea40ffc commit 6d35959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dispatch-image-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
env:
3636
REGISTRY_NAMESPACE: ${{ github.event.inputs.REGISTRY_NAMESPACE }}
3737
IMAGE_TAG: ${{ github.event.inputs.IMAGE_TAG }}
38+
VERSION: ${{ github.event.inputs.VERSION }}
3839
IMAGE_TAG_SHA: ${{ github.ref_name }}-${{ github.sha }}
3940
run: |
4041
# Set IMAGE_TAG to a calculated <branch>-<sha> if not specified

0 commit comments

Comments
 (0)