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

Fix check base image updates pipeline #1266

Closed lbussell closed 4 months ago

lbussell commented 4 months ago

An issue with the base image update pipeline was introduced in https://github.com/dotnet/docker-tools/pull/1261. In order to run with authentication, the copy-base-images step needs to know if it's in the internal project or not, but the parameter was not passed in.

dotnet-issue-labeler[bot] commented 4 months ago

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

lbussell commented 4 months ago

This change was tested internally and is working. I'm merging this now since this is needed to maintain our SLA for base image updates. Any review comments can be addressed in a follow-up PR.