update az cli

This commit is contained in:
Chris Kruining 2025-07-21 16:12:55 +02:00
parent 12e3cf2f85
commit 155b82cbea
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -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 }}