Skip to content

Commit

Permalink
fix(build): pull images from nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 29, 2020
1 parent 938b80d commit 5de2472
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/gitlab/ci-tools.yml
@@ -1,5 +1,5 @@
.build-base:
image: apextoaster/base:1.2
image: docker.artifacts.apextoaster.com/apextoaster/base:1.2
tags:
- platform:k8s
- runner:shared
Expand All @@ -13,7 +13,7 @@
- .build-base

.build-climate:
image: apextoaster/code-climate:0.6
image: docker.artifacts.apextoaster.com/apextoaster/code-climate:0.6
tags:
- platform:k8s
- runner:shared
Expand All @@ -24,14 +24,14 @@
GIT_COMMIT_SHA: "${CI_COMMIT_SHA}"

.build-codecov:
image: apextoaster/codecov:3.7
image: docker.artifacts.apextoaster.com/apextoaster/codecov:3.7
tags:
- platform:k8s
- runner:shared
allow_failure: false

.build-docker:
image: apextoaster/docker:18.09
image: docker.artifacts.apextoaster.com/apextoaster/docker:18.09
services:
- apextoaster/docker-dind:18.09
tags:
Expand All @@ -52,7 +52,7 @@
DOCKER_HOST: tcp://localhost:2375

.build-node:
image: apextoaster/node:12.18
image: docker.artifacts.apextoaster.com/apextoaster/node:12.18
tags:
- platform:k8s
- runner:shared
Expand All @@ -62,8 +62,8 @@
- echo "${NPM_SECRET}" | base64 -d > ${HOME}/.npmrc

.build-sonar:
image: apextoaster/sonar-scanner:4.4
image: docker.artifacts.apextoaster.com/apextoaster/sonar-scanner:4.4
tags:
- platform:k8s
- runner:shared
allow_failure: false
allow_failure: false

0 comments on commit 5de2472

Please sign in to comment.