File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ make-image-arch:
7272# ######## CI Test Jobs ##########
7373test-deb :
7474 stage : test
75- image : $CI_REGISTRY_IMAGE:branch-$CI_COMMIT_REF_SLUG-ubuntu
75+ image : $CI_REGISTRY_IMAGE/ubuntu :branch-$CI_COMMIT_REF_SLUG
7676 interruptible : true
7777 needs :
7878 - job : make-image-deb
@@ -83,13 +83,13 @@ test-rpm:
8383 extends : test-deb
8484 needs :
8585 - job : make-image-rpm
86- image : $CI_REGISTRY_IMAGE:branch-$CI_COMMIT_REF_SLUG-fedora
86+ image : $CI_REGISTRY_IMAGE/fedora :branch-$CI_COMMIT_REF_SLUG
8787
8888test-arch :
8989 extends : test-deb
9090 needs :
9191 - job : make-image-arch
92- image : $CI_REGISTRY_IMAGE:branch-$CI_COMMIT_REF_SLUG-archlinux
92+ image : $CI_REGISTRY_IMAGE/archlinux :branch-$CI_COMMIT_REF_SLUG
9393
9494
9595# # Jobs to publish commits + tags from master to github
Original file line number Diff line number Diff line change 44
55branch ?= master
66DOCKERFILE_BUILD =/tmp/Dockerfile.image
7- NAME_IMAGE ?= "$(CI_REGISTRY_IMAGE ) "
8- TAG_IMAGE := branch-$(subst /,-,$(branch ) ) - $( src )
7+ NAME_IMAGE ?= "$(CI_REGISTRY_IMAGE ) / $( src ) "
8+ TAG_IMAGE := branch-$(subst /,-,$(branch ) )
99
1010# We use :latest so we can use somewhere else, but it's the same as branch-master the other one is for CI
1111ifeq ($(branch ) , latest)
You can’t perform that action at this time.
0 commit comments