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 083e75b commit f05e69dCopy full SHA for f05e69d
.github/workflows/deploy-to.openshift-dev.yml
@@ -101,7 +101,7 @@ jobs:
101
TAG='${{ env.TAG }}'
102
echo 'test3'
103
104
- IMAGE_HASH=$(oc get istag ${IMAGE_NAME}:${TAG} -o template --template = {{.image.dockerImageREference}} | awk -F'@' {print $2})
+ IMAGE_HASH=$(oc get istag ${IMAGE_NAME}:${TAG} -o template --template = {{.image.dockerImageREference}} | awk -F'@' '{print $2}')
105
echo 'test4'
106
echo "IMAGE_HASH=${IMAGE_HASH}" >> $GITHUB_ENV
107
echo 'test5'
0 commit comments