Skip to content
Snippets Groups Projects
Commit da3ffb27b0c9 authored by Georges Racinet's avatar Georges Racinet :squid:
Browse files

registry-pull-heptapod-push-docker: explicit docker.io

This avoids perhaps some tag ambiguities when using podman.
parent 88c9cfe43518
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
DEFAULT_IMAGE_TAG = 'testing'
HEPTAPOD_REGISTRY_IMAGE_REPOSITORY = (
"registry.heptapod.net/heptapod/omnibus-heptapod")
TARGET_IMAGE_REPOSITORY = "heptapod/heptapod"
TARGET_IMAGE_REPOSITORY = "docker.io/heptapod/heptapod"
HEPTAPOD_DOCKER_DIR = os.path.dirname(__file__)
OMNIBUS_HEPTAPOD_SOURCE = 'https://foss.heptapod.net/heptapod/omnibus-heptapod'
OMNIBUS_HEPTAPOD_CLONE_DEFAULT = os.path.realpath(os.path.join(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment