From e8736ecdba68f5071a2ac7d9ac5d3632916e0a91 Mon Sep 17 00:00:00 2001 From: anarcat Date: Mon, 23 Sep 2024 18:10:39 +0000 Subject: [PATCH] use proper image name for debian image We're deprecating the old image name format, see https://gitlab.torproject.org/tpo/tpa/base-images/-/issues/14 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 609d31b..f519059 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -358,7 +358,7 @@ clean-image-tags: needs: - job: merge-manifests artifacts: false - image: containers.torproject.org/tpo/tpa/base-images:bookworm + image: containers.torproject.org/tpo/tpa/base-images/debian:bookworm before_script: - *apt-template - apt-get install -y jq curl