Skip to content

Commit

Permalink
Merge pull request #65 from DFE-Digital/feature/sathish
Browse files Browse the repository at this point in the history
docker tag
  • Loading branch information
SathishMani219 authored Feb 26, 2024
2 parents 775da2d + 4f133f3 commit 9648446
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 }}
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 9648446

Please sign in to comment.