Commits on Source 2
-
Previously, `.tool-versions` instructed Renovate to reference GitHub releases to update version information. In multiple cases, the CI jobs in [common-ci-tasks](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks) then use this version information to load Docker images from the [common-ci-tasks-images](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks-images) registry. This leads to a race between Renovate bot updating `.tool-versions` and *common-ci-tasks-images* building and tagging the new version. By referencing *common-ci-tasks-images* in `.tool-versions` this race is avoided. The changes were generated using: ```shell ./migration-scripts/tool-versions.sh .tool-versions.jinja ```
-
Andrew Newdigate authored
fix(tool-versions): Use the `common-ci-tasks-images` registry for version information. See merge request !295