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:
72
72
# ######## CI Test Jobs ##########
73
73
test-deb :
74
74
stage : test
75
- image : $CI_REGISTRY_IMAGE:branch-$CI_COMMIT_REF_SLUG-ubuntu
75
+ image : $CI_REGISTRY_IMAGE/ubuntu :branch-$CI_COMMIT_REF_SLUG
76
76
interruptible : true
77
77
needs :
78
78
- job : make-image-deb
@@ -83,13 +83,13 @@ test-rpm:
83
83
extends : test-deb
84
84
needs :
85
85
- 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
87
87
88
88
test-arch :
89
89
extends : test-deb
90
90
needs :
91
91
- 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
93
93
94
94
95
95
# # Jobs to publish commits + tags from master to github
Original file line number Diff line number Diff line change 4
4
5
5
branch ?= master
6
6
DOCKERFILE_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 ) )
9
9
10
10
# We use :latest so we can use somewhere else, but it's the same as branch-master the other one is for CI
11
11
ifeq ($(branch ) , latest)
You can’t perform that action at this time.
0 commit comments