Skip to content

Commit f05e69d

Browse files
Update deploy-to.openshift-dev.yml
1 parent 083e75b commit f05e69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to.openshift-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
TAG='${{ env.TAG }}'
102102
echo 'test3'
103103
104-
IMAGE_HASH=$(oc get istag ${IMAGE_NAME}:${TAG} -o template --template = {{.image.dockerImageREference}} | awk -F'@' {print $2})
104+
IMAGE_HASH=$(oc get istag ${IMAGE_NAME}:${TAG} -o template --template = {{.image.dockerImageREference}} | awk -F'@' '{print $2}')
105105
echo 'test4'
106106
echo "IMAGE_HASH=${IMAGE_HASH}" >> $GITHUB_ENV
107107
echo 'test5'

0 commit comments

Comments
 (0)