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 d08e6b3 commit e6ecc8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-to.openshift-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,13 @@ jobs:
- name: Get Image Tag
id: get-image-hash
run: >
echo "Get Image tag"
echo "test"
IMAGE_NAME ='${{ env.APP_NAME_FRONTEND }}'
TAG= '${{ env.TAG }}'
IMAGE_HASH = $(oc get istag "${IMAGE_NAME}:${TAG}" -o template --template = '{{.image.dockerImageREference}}' | awk -F'@' '{print $2}')
Expand Down

0 comments on commit e6ecc8d

Please sign in to comment.