indygreg / python-build-standalone

Produce redistributable builds of Python
BSD 3-Clause "New" or "Revised" License
1.71k stars 107 forks source link

Fix Docker image ref names #184

Closed Edward-Knight closed 11 months ago

Edward-Knight commented 11 months ago

This PR edits some of the variables used to construct a Docker image ref to make sure the resulting ref will be valid.

Fixes #182, see for more details.