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 6976265 commit 5bcc5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to.openshift-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: actions/checkout@v3
- name: Get Image Tag
id: get-image-hash
run: |
run: >
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 All @@ -99,7 +99,7 @@ jobs:
- name: TAG Image
id: tag_image
run: |
run: >
IMAGE_NAME ='${{ env.APP_NAME_FRONTEND }}'
TAG= '${{ env.TAG }}'
IMAGE_HASH='${{ env.IMAGE_HASH }}'
Expand Down

0 comments on commit 5bcc5cd

Please sign in to comment.