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
3 changes: 2 additions & 1 deletion .github/workflows/build-publish-mcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- name: 'Login the ACR'
# Note (chenyu1): must login with root privileges to have Docker access.
run: |
az login --identity
sudo az login --identity
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
Expand Down
Loading