Skip to content

Commit

Permalink
use auto generated credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Nov 11, 2023
1 parent 5ac69a9 commit 263101e
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_USER }}
password: ${{ secrets.AZURE_REGISTRY_PASSWORD }}
username: ${{ secrets.AzureAppService_ContainerUsername_a3760a5dac7f4726917f38f215d0db06 }}
password: ${{ secrets.AzureAppService_ContainerPassword_02520bfd6ea841afbf108eca82268bd9 }}
#username: ${{ secrets.AZURE_REGISTRY_USER }}
#password: ${{ secrets.AZURE_REGISTRY_PASSWORD }}

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

0 comments on commit 263101e

Please sign in to comment.