Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-mcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: 'Login the ACR'
run: |
az login --identity
az acr login -n ${{ secrets.AZURE_REGISTRY }}
sudo az acr login -n ${{ secrets.AZURE_REGISTRY }}
- name: 'Verify Docker CLI'
# Note (chenyu1): the Docker installation has to be invoked with root privileges by default; for
# simplicity reasons in this pipeline we will make no attempt to enable rootless Docker usage.
Expand Down
Loading