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:
parent
283370b155
commit
e3954d176a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user