From 7b5891466977396058fde6710d39b1884d87ddfe Mon Sep 17 00:00:00 2001 From: Fritz Grimpen Date: Sat, 9 Nov 2024 01:39:37 +0100 Subject: [PATCH] ci: fix skopeo destination arguments --- .woodpecker/keycloak.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/keycloak.yaml b/.woodpecker/keycloak.yaml index 54bd390..40c9470 100644 --- a/.woodpecker/keycloak.yaml +++ b/.woodpecker/keycloak.yaml @@ -18,8 +18,8 @@ steps: image: quay.io/skopeo/stable commands: - "skopeo login dev.ccchb.de -u ccchb -p $${FORGEJO_API_TOKEN}" - - "skopeo copy oci-archive:/woodpecker/image.tar dev.ccchb.de/ccchb/oci-images/keycloak:$${CI_COMMIT_TAG##keycloak/}" - - "skopeo copy oci-archive:/woodpecker/image.tar dev.ccchb.de/ccchb/oci-images/keycloak:latest" + - "skopeo copy oci-archive:/woodpecker/image.tar docker://dev.ccchb.de/ccchb/oci-images/keycloak:$${CI_COMMIT_TAG##keycloak/}" + - "skopeo copy oci-archive:/woodpecker/image.tar docker://dev.ccchb.de/ccchb/oci-images/keycloak:latest" secrets: - FORGEJO_API_TOKEN when: