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
This commit is contained in:
David Runge 2023-07-04 11:07:22 +02:00
parent 283370b155
commit e3954d176a
No known key found for this signature in database
GPG Key ID: BB992F9864FAD168

View File

@ -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: