From 98a46fcf23f2cb78422c19c2b250dd860898e5f7 Mon Sep 17 00:00:00 2001
From: Emanuele Aina <emanuele.aina@collabora.com>
Date: Thu, 27 Apr 2023 16:50:14 +0200
Subject: [PATCH] gitlab-ci: Move to the official Skopeo image

The buildah/buildah image has seen its last update 4 years ago.

Switch to the official Skopeo image instead

Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 163b3c2..58d6181 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -132,7 +132,9 @@ tag-latest-docker-image:
   stage: tag
   tags:
     - lightweight
-  image: buildah/buildah
+  image:
+    name: quay.io/skopeo/stable
+    entrypoint: [""]
   variables:
     AUTH: $CI_REGISTRY_USER:$CI_REGISTRY_PASSWORD
     TAG_NEW: latest
-- 
GitLab