We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc64b9 commit 57f371fCopy full SHA for 57f371f
2 files changed
.github/workflows/test-e2e-main.yaml
@@ -66,6 +66,7 @@ jobs:
66
azd env set DEPLOY_AZURE_COSMOSDB true
67
azd env set AZURE_COSMOSDB_ACCOUNT_KIND MongoDB
68
azd env set DEPLOY_OBSERVABILITY_TOOLS true
69
+ azd env set SOURCE_REGISTRY "ghcr.io/${{ github.repository_owner }}"
70
azd up --no-prompt
71
env:
72
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
.github/workflows/test-e2e.yaml
@@ -50,6 +50,8 @@ jobs:
50
51
- name: Provision and deploy
52
run: |
53
+ azd env new ${{ vars.AZURE_ENV_NAME }}
54
55
56
57
0 commit comments