Skip to content

Commit 0a22c30

Browse files
authored
fix: fixed a minor issue in ARM64 build pipeline (Azure#1199)
2 parents 3ab4aab + fdcc810 commit 0a22c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: 'Login the ACR'
146146
run: |
147147
az login --identity
148-
az acr login -n ${{ secrets.AZURE_REGISTRY }}
148+
sudo az acr login -n ${{ secrets.AZURE_REGISTRY }}
149149
- name: 'Verify Docker CLI'
150150
# Note (chenyu1): the Docker installation has to be invoked with root privileges by default; for
151151
# simplicity reasons in this pipeline we will make no attempt to enable rootless Docker usage.

0 commit comments

Comments
 (0)