diff options
author | Thomas Haller <thaller@redhat.com> | 2021-06-23 15:15:38 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-06-23 21:02:49 +0200 |
commit | aba1754a8035283ba9b97300e9cce004de3af255 (patch) | |
tree | 6fbf7ad716cf44e0383c05c439ab075d42739e5c | |
parent | 75f69ae3da1e0c0f02f7ea777b5eb00126c9942e (diff) | |
download | NetworkManager-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.
-rw-r--r-- | .gitlab-ci.yml | 10 | ||||
-rw-r--r-- | .gitlab-ci/config.yml | 2 |
2 files changed, 6 insertions, 6 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' diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml index e7af5f6bca..1570b13b39 100644 --- a/.gitlab-ci/config.yml +++ b/.gitlab-ci/config.yml @@ -8,7 +8,7 @@ # # We're happy to rebuild all containers when one changes. -.default_tag: &default_tag '2021-01-28.0' +.default_tag: &default_tag '2021-06-23.0' # The list of all distributions we want to create job for. |