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

Define default values for common variables #1257

Closed mthalman closed 5 months ago

mthalman commented 5 months ago

The changes that were applied in https://github.com/dotnet/docker-tools/pull/1251/commits/6c89f3faa08770f2b757d7e70818bee0c474b724 to fix https://github.com/dotnet/docker-tools/issues/1254 aren't sufficient. Public builds for other pipelines also run into the same issue (https://github.com/dotnet/docker-tools/issues/1256).

I've moved these variables to the common variable template so that all pipelines can make use of these values. They will still be overridden by any variable which consumes the variable group that has these actual values.