@@ -4,14 +4,15 @@ stages:
44 - publish
55 - optional
66
7- image : parity /parity-ci-linux:latest
7+ image : ${REGISTRY} /parity-ci-linux:latest
88variables :
99 GIT_STRATEGY : fetch
1010 GIT_SUBMODULE_STRATEGY : recursive
1111 CI_SERVER_NAME : " GitLab CI"
1212 CARGO_HOME : " /ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}"
1313 SCCACHE_DIR : " /ci-cache/${CI_PROJECT_NAME}/sccache"
1414 CARGO_TARGET : x86_64-unknown-linux-gnu
15+ REGISTRY : registry.parity.io/parity/infrastructure/scripts
1516
1617
1718.releaseable_branches : # list of git refs for building GitLab artifacts (think "pre-release binaries")
@@ -143,7 +144,7 @@ test-linux-nightly:
143144
144145build-android :
145146 << : *build-on-linux
146- image : parity /parity-ci-android:stretch
147+ image : ${REGISTRY} /parity-ci-android:stretch
147148 variables :
148149 CARGO_TARGET : armv7-linux-androideabi
149150
@@ -154,21 +155,21 @@ build-linux:
154155build-linux-i386 :
155156 << : *build-on-linux
156157 only : *releaseable_branches
157- image : parity /parity-ci-i386:latest
158+ image : ${REGISTRY} /parity-ci-i386:latest
158159 variables :
159160 CARGO_TARGET : i686-unknown-linux-gnu
160161
161162build-linux-arm64 :
162163 << : *build-on-linux
163164 only : *releaseable_branches
164- image : parity /parity-ci-arm64:latest
165+ image : ${REGISTRY} /parity-ci-arm64:latest
165166 variables :
166167 CARGO_TARGET : aarch64-unknown-linux-gnu
167168
168169build-linux-armhf :
169170 << : *build-on-linux
170171 only : *releaseable_branches
171- image : parity /parity-ci-armhf:latest
172+ image : ${REGISTRY} /parity-ci-armhf:latest
172173 variables :
173174 CARGO_TARGET : armv7-unknown-linux-gnueabihf
174175
@@ -307,7 +308,7 @@ publish-onchain-manually:
307308 when : manual
308309
309310publish-release-awss3-nightly : &publish-release-awss3
310- image : parity /awscli:latest
311+ image : ${REGISTRY} /awscli:latest
311312 stage : publish
312313 only :
313314 - nightly
@@ -341,7 +342,7 @@ publish-release-awss3-manually:
341342
342343publish-docs :
343344 stage : publish
344- image : parity /parity-ci-docs:latest
345+ image : ${REGISTRY} /parity-ci-docs:latest
345346 only :
346347 - tags
347348 except :
0 commit comments