From e3954d176a9dcf1574e5b1be6ecd1d50fabe81ac Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 4 Jul 2023 11:07:22 +0200 Subject: [PATCH] Fix publishing of container image to registry Use the name of the git repository to match that of the published target, as otherwise the registry denies it. Fixes #120 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79b22f38..35d483aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -230,7 +230,7 @@ docker-build-push: - schedules variables: CI_REGISTRY: "registry.gitlab.com" - IMAGE: "$CI_REGISTRY/sequoia-pgp/sequoia" + IMAGE: "$CI_REGISTRY/sequoia-pgp/sequoia-sq" DOCKER_HOST: tcp://docker:2376 variables: