Skip to content

Commit 88cd5c0

Browse files
committed
Minor fixes
Signed-off-by: michaelawyu <[email protected]>
1 parent a01ec79 commit 88cd5c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-publish-mcr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
labels: [self-hosted, "1ES.Pool=1es-aks-fleet-pool-ubuntu"]
6060
needs: prepare-variables
6161
steps:
62-
- uses: actions/checkout@v5
62+
- uses: actions/checkout@v4
6363
with:
6464
ref: ${{ needs.prepare-variables.outputs.release_tag }}
6565
- name: 'Login the ACR'
@@ -115,6 +115,9 @@ jobs:
115115
- uses: actions/checkout@v5
116116
with:
117117
ref: ${{ needs.prepare-variables.outputs.release_tag }}
118+
- name: 'Install the Azure CLI'
119+
run:
120+
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
118121
- name: 'Login the ACR'
119122
run: |
120123
az login --identity

0 commit comments

Comments
 (0)