update az cli
This commit is contained in:
parent
12e3cf2f85
commit
155b82cbea
1 changed files with 8 additions and 8 deletions
16
.github/workflows/app.yml
vendored
16
.github/workflows/app.yml
vendored
|
@ -84,13 +84,13 @@ jobs:
|
|||
subscription-id: ${{ secrets.CALQUE_PRD_SUBSCRIPTION_ID }}
|
||||
|
||||
- name: Deploy bicep
|
||||
uses: Azure/cli@v2
|
||||
uses: azure/cli@v2
|
||||
with:
|
||||
azcliversion: 2.66.0
|
||||
inlineScript: |
|
||||
az deployment sub create \
|
||||
--location westeurope \
|
||||
--template-file infrastructure/main.bicep \
|
||||
--parameters infrastructure/params/${{ matrix.environment }}.bicepparam \
|
||||
--parameters version=${{needs.versionize.outputs.semver}} \
|
||||
azcliversion: 2.75.0
|
||||
inlineScript: >-
|
||||
az deployment sub create
|
||||
--location westeurope
|
||||
--template-file infrastructure/main.bicep
|
||||
--parameters infrastructure/params/${{ matrix.environment }}.bicepparam
|
||||
--parameters version=${{needs.versionize.outputs.semver}}
|
||||
--parameters registryUrl=${{ secrets.ACR_LOGIN_SERVER }}
|
Loading…
Add table
Add a link
Reference in a new issue