Skip to content

Commit

Permalink
fix acr user
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Nov 11, 2023
1 parent d3ff54c commit 871fce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
uses: docker/login-action@v2
with:
registry: https://akvtraining.azurecr.io/
username: ${{ secrets.AZURE_REGISTRY }}
username: ${{ secrets.AZURE_REGISTRY_USER }}
password: ${{ secrets.AZURE_REGISTRY_PASSWORD }}
#username: ${{ secrets.AZURE_REGISTRY_ADMIN }}
#password: ${{ secrets.AZURE_REGISTRY_ADMIN_PASSWORD }}
Expand Down

0 comments on commit 871fce9

Please sign in to comment.