summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-06-23 15:15:38 +0200
committerThomas Haller <thaller@redhat.com>2021-06-23 21:02:49 +0200
commitaba1754a8035283ba9b97300e9cce004de3af255 (patch)
tree6fbf7ad716cf44e0383c05c439ab075d42739e5c /.gitlab-ci.yml
parent75f69ae3da1e0c0f02f7ea777b5eb00126c9942e (diff)
downloadNetworkManager-aba1754a8035283ba9b97300e9cce004de3af255.tar.gz
gitlab-ci: bump tag for cached container images
This results in a rebuild of the containers, which is a good idea as we didn't do that for a while.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 70ce8f97d0..53809762bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,11 +47,11 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bump
# ".default_tag".
- FEDORA_TAG: '2021-01-28.0-58fe33a4491f'
- UBUNTU_TAG: '2021-01-28.0-747962184ec4'
- DEBIAN_TAG: '2021-01-28.0-747962184ec4'
- CENTOS_TAG: '2021-01-28.0-58fe33a4491f'
- ALPINE_TAG: '2021-01-28.0-2436fa17a7d2'
+ 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_EXEC: 'bash .gitlab-ci/fedora-install.sh'
UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh'