Skip to content

Commit

Permalink
Switch from admin credentials to service principal
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Nov 11, 2023
1 parent 09e889c commit d3ff54c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@
uses: docker/login-action@v2
with:
registry: https://akvtraining.azurecr.io/
username: ${{ secrets.AZURE_REGISTRY_ADMIN }}
password: ${{ secrets.AZURE_REGISTRY_ADMIN_PASSWORD }}
username: ${{ secrets.AZURE_REGISTRY }}
password: ${{ secrets.AZURE_REGISTRY_PASSWORD }}
#username: ${{ secrets.AZURE_REGISTRY_ADMIN }}
#password: ${{ secrets.AZURE_REGISTRY_ADMIN_PASSWORD }}

- name: Publish to Azure Registry
if: ${{ needs.choose-registry.outputs.azureregistry }}
Expand Down

0 comments on commit d3ff54c

Please sign in to comment.