dotnet / docker-tools

This is a repo to house some common tools for our various docker repos.
MIT License
122 stars 46 forks source link

Use correct service connection for copy base images #1357

Closed mthalman closed 2 months ago

mthalman commented 2 months ago

Due to the changes from https://github.com/dotnet/docker-tools/pull/1346, the mirror-base-images pipeline is failing with a permission error (example build). This is because it's using $(acr-staging.serviceConnectionName) which is not the correct service connection to be used for that ACR.

Fixed this to use service connection set from the parameter instead.

Other changes: