Skip to content

Commit

Permalink
update container app creation
Browse files Browse the repository at this point in the history
  • Loading branch information
lrafeei committed Oct 11, 2024
1 parent 2b9d3a8 commit 3207348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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
imageToBuild: e2eazure.azurecr.io/test-app-${{ inputs.INITCONTAINER_LANGUAGE }}:e2e
#acrName: e2eazure
imageToDeploy: e2eazure.azurecr.io/test-app-${{ inputs.INITCONTAINER_LANGUAGE }}:e2e
resourceGroup: cli-test-rg
containerAppEnvironment: cli-test-env
builderStack: alpine-bookworm
#builderStack: alpine-bookworm

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

0 comments on commit 3207348

Please sign in to comment.