We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d417d commit f86133fCopy full SHA for f86133f
.github/workflows/create-git-and-image-tag.yml
@@ -62,4 +62,4 @@ jobs:
62
63
oc tag \
64
${{ env.OPENSHIFT_NAMESPACE }}/${{ env.REPO_NAME }}-${{ env.APP_NAME_BACKEND }}-$BRANCH_DOWNCASE:latest \
65
- ${{ env.OPENSHIFT_NAMESPACE }}/${{ env.REPO_NAME }}-${{ env.APP_NAME_BACKEND }}-$BRANCH_DOWNCASE:{{ github.event.inputs.version }}
+ ${{ env.OPENSHIFT_NAMESPACE }}/${{ env.REPO_NAME }}-${{ env.APP_NAME_BACKEND }}-$BRANCH_DOWNCASE:${{ github.event.inputs.version }}
0 commit comments