Skip to content

Commit f86133f

Browse files
committed
fix: dropped $ in github ref
1 parent 23d417d commit f86133f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-git-and-image-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
6363
oc tag \
6464
${{ 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 }}
65+
${{ env.OPENSHIFT_NAMESPACE }}/${{ env.REPO_NAME }}-${{ env.APP_NAME_BACKEND }}-$BRANCH_DOWNCASE:${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)