gitlab-ci: regenerate ci-templates's containers

This commit is contained in:
Thomas Haller 2021-07-12 17:38:49 +02:00
parent 791bb88646
commit 8dddb7544f
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
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: '2021-06-23.0-5c315f184899'
UBUNTU_TAG: '2021-06-23.0-8b4104413468'
DEBIAN_TAG: '2021-06-23.0-8b4104413468'
CENTOS_TAG: '2021-06-23.0-5c315f184899'
ALPINE_TAG: '2021-06-23.0-b2bb4070aa36'
FEDORA_TAG: '2021-07-12.0-475202004c1a'
UBUNTU_TAG: '2021-07-12.0-b77047ed62be'
DEBIAN_TAG: '2021-07-12.0-b77047ed62be'
CENTOS_TAG: '2021-07-12.0-475202004c1a'
ALPINE_TAG: '2021-07-12.0-d7a8aea74089'
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 '2021-06-23.0'
.default_tag: &default_tag '2021-07-12.0'
# The list of all distributions we want to create job for.