From c8a3625e319d12c5788ca090f79481b0faa76f25 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sat, 15 Jul 2023 15:52:33 +0000 Subject: [PATCH] chore(gitlab-ci): change test container destiny --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ca97040f..4122e4001 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -350,8 +350,8 @@ upload test container: stage: release image: quay.io/skopeo/stable:latest script: - - skopeo --insecure-policy copy --dest-creds "${CI_REGISTRY_USER}:${CI_JOB_TOKEN}" docker-archive://$(pwd)/uniworx.tar.gz docker://${CI_REGISTRY_IMAGE}:${VERSION} - - skopeo --insecure-policy copy --src-creds "${CI_REGISTRY_USER}:${CI_JOB_TOKEN}" --dest-creds "${CI_REGISTRY_USER}:${CI_JOB_TOKEN}" docker://${CI_REGISTRY_IMAGE}:${VERSION} docker://${CI_REGISTRY_IMAGE}:latest + - skopeo --insecure-policy copy --dest-creds "${CI_REGISTRY_USER}:${CI_JOB_TOKEN}" docker-archive://$(pwd)/uniworx.tar.gz docker://test/${CI_REGISTRY_IMAGE}:${VERSION} + - skopeo --insecure-policy copy --src-creds "${CI_REGISTRY_USER}:${CI_JOB_TOKEN}" --dest-creds "${CI_REGISTRY_USER}:${CI_JOB_TOKEN}" docker://test/${CI_REGISTRY_IMAGE}:${VERSION} docker://test/${CI_REGISTRY_IMAGE}:latest needs: - job: node dependencies # transitive artifacts: false