diff options
author | Federico Mena Quintero <federico@gnome.org> | 2022-06-03 19:37:46 -0500 |
---|---|---|
committer | Federico Mena Quintero <federico@gnome.org> | 2022-06-03 19:37:46 -0500 |
commit | 3049b06473a6795bedd5e27f9a5cde4109306450 (patch) | |
tree | c37e148ea79457c4b293364087e570efd39f650b /ci | |
parent | fee3e3d08054300c13622aa6890e5d09cc2ddc6d (diff) | |
download | at-spi2-core-3049b06473a6795bedd5e27f9a5cde4109306450.tar.gz |
Bump the container BASE_TAG
Diffstat (limited to 'ci')
-rw-r--r-- | ci/container_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/container_builds.yml b/ci/container_builds.yml index 61274d42..7ea184fc 100644 --- a/ci/container_builds.yml +++ b/ci/container_builds.yml @@ -13,7 +13,7 @@ include: variables: # When branching change the suffix to avoid conflicts with images # from the master branch - BASE_TAG: "2022-06-03.2-install-grcov" + BASE_TAG: "2022-06-03.0-master" .container.opensuse@x86_64: stage: "container-build" |