Merge pull request #6995 from sprt/sprt/fix-mariner-ci

gha: Fix Mariner cluster creation
This commit is contained in:
Fabiano Fidêncio
2023-05-31 00:23:36 +02:00
committed by GitHub

View File

@@ -35,6 +35,8 @@ jobs:
- name: Download Azure CLI
run: |
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
# The aks-preview extension is required while the Mariner Kata host is in preview.
az extension add --name aks-preview
- name: Log into the Azure account
run: |