Skip to content

Commit

Permalink
Merge pull request #66 from DFE-Digital/feature/sathish
Browse files Browse the repository at this point in the history
push acr image
  • Loading branch information
SathishMani219 authored Feb 26, 2024
2 parents 9648446 + d5ae7ef commit b0a4bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ jobs:

- name: Push Image To ACR
run: |
docker tag ghcr.io/dfe-digital/${{ env.DOCKER_IMAGE}}:${{ steps.tag_version.outputs.new_tag }} ${{ secrets.AZ_ACR_URL }}/${{ env.ACR_DOCKER_IMAGE }}::${{ steps.tag_version.outputs.new_tag }}
docker tag ghcr.io/dfe-digital/${{ env.DOCKER_IMAGE}}:${{ steps.tag_version.outputs.new_tag }} ${{ secrets.AZ_ACR_URL }}/${{ env.ACR_DOCKER_IMAGE }}:${{ steps.tag_version.outputs.new_tag }}
docker push ${{ secrets.AZ_ACR_URL }}/${{ env.ACR_DOCKER_IMAGE }}:${{ steps.tag_version.outputs.new_tag }}

0 comments on commit b0a4bad

Please sign in to comment.