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 3f0add5 commit 083e75bCopy full SHA for 083e75b
.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