We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0560f3b + ea40ffc commit 6d35959Copy full SHA for 6d35959
.github/workflows/dispatch-image-push.yaml
@@ -35,6 +35,7 @@ jobs:
35
env:
36
REGISTRY_NAMESPACE: ${{ github.event.inputs.REGISTRY_NAMESPACE }}
37
IMAGE_TAG: ${{ github.event.inputs.IMAGE_TAG }}
38
+ VERSION: ${{ github.event.inputs.VERSION }}
39
IMAGE_TAG_SHA: ${{ github.ref_name }}-${{ github.sha }}
40
run: |
41
# Set IMAGE_TAG to a calculated <branch>-<sha> if not specified
0 commit comments