Skip to content

Commit

Permalink
Merge pull request #60 from DFE-Digital/feature/sathish
Browse files Browse the repository at this point in the history
az login
  • Loading branch information
SathishMani219 authored Feb 26, 2024
2 parents 20158d4 + 60004e1 commit 43d3fe1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/buildimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,18 @@ jobs:
# name: 'PATCH_VERSION'
# token: ${{ secrets.REPO_ACCESS_TOKEN }}

- name: Login with AZ
uses: ./.github/actions/azure-login
with:
az_tenant_id: ${{ secrets.AZ_TENANT_ID }}
az_subscription_id: ${{ secrets.AZ_SUBSCRIPTION_ID }}
az_client_id: ${{ secrets.AZ_CLIENT_ID }}
az_client_secret: ${{ secrets.AZ_CLIENT_SECRET }}

- name: Pull Image From GCR
run: docker pull ghcr.io/dfe-digital/${{ env.DOCKER_IMAGE}}:${{ steps.tag_version.outputs.new_tag }}


- name: Azure Container Registry Login
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 43d3fe1

Please sign in to comment.