dotnet / docker-tools

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

Fix pipeline stage names #1217

Closed MichaelSimons closed 8 months ago

MichaelSimons commented 8 months ago

The check-base-image-updates pipeline stage name that was added in https://github.com/dotnet/docker-tools/pull/1214 is invalid as Names cannot contain spaces. Fixing that as well as adding a more descriptive name for the upload-file pipeline stage.