Versioning/tagging of container images #53
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
pyHDLC
Related to the Python helper utilities
Currently, images are not versioned explicitly.
Each time a workflow is run, the latest/master/main branch/release of the tools are downloaded and built.
Images are only pushed when builds and tests are successful.
Users which cannot afford breaking changes can use the image by digest, instead of doing it by name.
However, we might improve the usability:
latest
./
as separators, so that each image/tool has all tags available for itself. That is not possible on docker.io, though; only gcr.io and ghcr.io do support hierarchy in image names.The text was updated successfully, but these errors were encountered: