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 a01ec79 commit 88cd5c0Copy full SHA for 88cd5c0
.github/workflows/build-publish-mcr.yml
@@ -59,7 +59,7 @@ jobs:
59
labels: [self-hosted, "1ES.Pool=1es-aks-fleet-pool-ubuntu"]
60
needs: prepare-variables
61
steps:
62
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v4
63
with:
64
ref: ${{ needs.prepare-variables.outputs.release_tag }}
65
- name: 'Login the ACR'
@@ -115,6 +115,9 @@ jobs:
115
- uses: actions/checkout@v5
116
117
118
+ - name: 'Install the Azure CLI'
119
+ run:
120
+ curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
121
122
run: |
123
az login --identity
0 commit comments