Skip to content

Commit

Permalink
Update deploy-to.openshift-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaDeveloper456788 authored Sep 26, 2024
1 parent 74cb01f commit 0eba946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to.openshift-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
echo 'test3'
echo '{{.image.dockerImageREference}}'
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}}' )
echo 'test4'
echo "IMAGE_HASH=${IMAGE_HASH}" >> $GITHUB_ENV
echo 'test5'
Expand Down

0 comments on commit 0eba946

Please sign in to comment.