gitlab-ci: bump tag to regenerate containers

This commit is contained in:
Thomas Haller
2022-03-15 23:05:53 +01:00
parent c19b5d76c2
commit c7052a7a7e
2 changed files with 6 additions and 6 deletions

View File

@@ -47,11 +47,11 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bump
# ".default_tag".
FEDORA_TAG: '2022-02-21.0-f42312ef8cae'
UBUNTU_TAG: '2022-02-21.0-e99d8c573303'
DEBIAN_TAG: '2022-02-21.0-e99d8c573303'
CENTOS_TAG: '2022-02-21.0-f42312ef8cae'
ALPINE_TAG: '2022-02-21.0-bad60eeb6900'
FEDORA_TAG: '2022-03-15.0-9d8288d70d58'
UBUNTU_TAG: '2022-03-15.0-8399925e7a59'
DEBIAN_TAG: '2022-03-15.0-8399925e7a59'
CENTOS_TAG: '2022-03-15.0-9d8288d70d58'
ALPINE_TAG: '2022-03-15.0-499639d17df6'
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-02-21.0'
.default_tag: &default_tag '2022-03-15.0'
# The list of all distributions we want to create job for.