Skip to content

Commit

Permalink
Add ACR username/password args
Browse files Browse the repository at this point in the history
  • Loading branch information
lrafeei committed Oct 16, 2024
1 parent 3207348 commit f5ac89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ jobs:
uses: azure/container-apps-deploy-action@v1
with:
containerAppName: cli-test-container-app
#acrName: e2eazure
acrUsername: e2eazure
acrPassword: ${{ secrets.ACR_REGISTRY_PASSWORD }}
imageToDeploy: e2eazure.azurecr.io/test-app-${{ inputs.INITCONTAINER_LANGUAGE }}:e2e
resourceGroup: cli-test-rg
containerAppEnvironment: cli-test-env
#builderStack: alpine-bookworm

- name: Azure CLI script to create license-key secrets
uses: azure/cli@v2
Expand Down

0 comments on commit f5ac89a

Please sign in to comment.