From bca7afe92d1415a90d4875c2c2041434f8a9a774 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 16 Jul 2023 19:06:44 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e505066d0..d98f76d1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -339,7 +339,7 @@ upload test container: 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://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 + - skopeo --insecure-policy copy --src-creds "${CI_REGISTRY_USER}:${CI_JOB_TOKEN}" --dest-creds "${CI_REGISTRY_USER}:${CI_JOB_TOKEN}" docker://${CI_REGISTRY}/fradrive/test:${VERSION} docker://${CI_REGISTRY}/fradrive/test:latest needs: - job: node dependencies # transitive artifacts: false