Skip to content
Snippets Groups Projects
Commit 858547b6 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

ci: use branch-specific container registries

currently, the various branches use the same container images, meaning
that we have to keep them compatible

(hopefully, this doesn't break building tags)
parent d3e96ea5
No related branches found
No related tags found
1 merge request!126NEWS: 0.10.2 release
......@@ -6,7 +6,7 @@
- archives
.base:
image: registry.heptapod.net:443/mercurial/hg-git/ci:py$PYTHON-hg-$HG
image: registry.heptapod.net:443/mercurial/hg-git/ci/$CI_COMMIT_HG_BRANCH:hg-$HG-py$PYTHON
timeout: 10m
services:
- name: registry.heptapod.net:443/mercurial/hg-git/git-server
......@@ -159,7 +159,7 @@
--build-arg HG=$HG
--single-snapshot
--cleanup
--destination registry.heptapod.net:443/mercurial/hg-git/ci:py$PYTHON-hg-$HG
--destination registry.heptapod.net:443/mercurial/hg-git/ci/$CI_COMMIT_HG_BRANCH:hg-$HG-py$PYTHON
parallel:
matrix:
- *latest-versions
......
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