gitlab-ci: bump ci-templates tag to generate new container images

This commit is contained in:
Thomas Haller 2023-01-18 16:05:44 +01:00
parent 38d3834e2c
commit 8ece80390d
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 6 additions and 6 deletions

View file

@ -53,11 +53,11 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bumping
# ".default_tag".
FEDORA_TAG: '2022-10-07.0-192f1fb71e29'
UBUNTU_TAG: '2022-10-07.0-f84fc9f24236'
DEBIAN_TAG: '2022-10-07.0-f84fc9f24236'
CENTOS_TAG: '2022-10-07.0-192f1fb71e29'
ALPINE_TAG: '2022-10-07.0-e38255cda228'
FEDORA_TAG: '2023-01-18.0-1423f8164e71'
UBUNTU_TAG: '2023-01-18.0-08fb4e6eb861'
DEBIAN_TAG: '2023-01-18.0-08fb4e6eb861'
CENTOS_TAG: '2023-01-18.0-1423f8164e71'
ALPINE_TAG: '2023-01-18.0-14c807942fa4'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh'

View file

@ -8,7 +8,7 @@
#
# We're happy to rebuild all containers when one changes.
.default_tag: &default_tag '2022-10-07.0'
.default_tag: &default_tag '2023-01-18.0'
# The list of all distributions we want to create job for.