fix: Set subscription explicitly for az cli
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
40c440e24b
commit
10da97f86f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-deploy.yml
vendored
1
.github/workflows/build-deploy.yml
vendored
|
|
@ -45,6 +45,7 @@ jobs:
|
|||
with:
|
||||
azcliversion: latest
|
||||
inlineScript: |
|
||||
az account set --subscription "3cc406aa-d237-4736-8d6d-abeda10fa477"
|
||||
az containerapp update \
|
||||
--name ${{ env.CONTAINER_APP_NAME }} \
|
||||
--resource-group ${{ env.RESOURCE_GROUP }} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue