[gnome-runtime-images] Stop publishing llvm and rust tags
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-runtime-images] Stop publishing llvm and rust tags
- Date: Thu, 7 Jul 2022 17:36:35 +0000 (UTC)
commit bc4eccdd5c2c9c0c7f9e0f84707e828ad99d4891
Author: Jordan Petridis <jordan centricular com>
Date: Thu Jul 7 20:31:41 2022 +0300
Stop publishing llvm and rust tags
It's been a year since we merged the images into one. Time to
stop publishing the tags as well to simplify things.
Anyone still using those tags should switch to the single image.
.gitlab-ci.yml | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0970100..bf6ee82 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,9 +87,6 @@ flat-manager-client:aarch64:
CONTAINER=$(buildah from ${CI_REGISTRY_IMAGE}/${ARCH}/base)
export TAG="${CI_REGISTRY_IMAGE}/${ARCH}/gnome:${BRANCH}"
- export LLVM_TAG="${CI_REGISTRY_IMAGE}/llvm_bundle:${BRANCH}"
- export RUST_TAG="${CI_REGISTRY_IMAGE}/rust_bundle:${BRANCH}"
-
echo "Building $TAG"
buildah run $CONTAINER flatpak install --user --noninteractive \
@@ -111,20 +108,14 @@ flat-manager-client:aarch64:
- |
if [ $CI_COMMIT_REF_NAME == master ]; then
echo "Pushing $TAG"
- buildah tag $TAG $LLVM_TAG $RUST_TAG
buildah push $TAG
# This is for backwards compatibility
if [ $ARCH == "x86_64" ]; then
# Tag `x86_64` also without the ARCH to not break the old path
export OLD_TAG="${CI_REGISTRY_IMAGE}/gnome:${BRANCH}"
- buildah tag $TAG $TAG_OLD $LLVM_TAG $RUST_TAG
+ buildah tag $TAG $TAG_OLD
buildah push $TAG_OLD
-
- if [ $BRANCH == "master" ] || [ $BRANCH == "40" ]; then
- buildah push $LLVM_TAG
- buildah push $RUST_TAG
- fi
fi
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]