Skip to content
Snippets Groups Projects
Commit 98a46fcf authored by Emanuele Aina's avatar Emanuele Aina Committed by Andrej Shadura
Browse files

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's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent d8b2d89c
No related branches found
No related tags found
1 merge request!72gitlab-ci: Move to the official Skopeo image
Pipeline #798333 passed
...@@ -132,7 +132,9 @@ tag-latest-docker-image: ...@@ -132,7 +132,9 @@ tag-latest-docker-image:
stage: tag stage: tag
tags: tags:
- lightweight - lightweight
image: buildah/buildah image:
name: quay.io/skopeo/stable
entrypoint: [""]
variables: variables:
AUTH: $CI_REGISTRY_USER:$CI_REGISTRY_PASSWORD AUTH: $CI_REGISTRY_USER:$CI_REGISTRY_PASSWORD
TAG_NEW: latest TAG_NEW: latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment