Skip to content

Specify Docker image tags in CI/CD pipeline

Python 3.11's release broke our CI/CD pipeline, as we were using python as our image and auto-upgraded as a result. I've now ensured that each job in the CI/CD is more specific about the tag to use, although some are still kept as latest where it shouldn't matter.

Merge request reports