Skip to content
Snippets Groups Projects
Commit 268defc5 authored by Saralegui Vallejo, Unai's avatar Saralegui Vallejo, Unai
Browse files

use the CI variable for the docker image registry location

parent 71e2d938
Branches
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ cache:
build:
stage: build
image: tecnalia-docker-dev.artifact.tecnalia.com/maven:latest
image: $ACR_URL/maven:latest
tags:
- docker
script:
......
deploy:
stage: deploy
image: tecnalia-docker-dev.artifact.tecnalia.com/maven:latest
image: $ACR_URL/maven:latest
tags:
- docker
script:
......
test:
stage: test
image: tecnalia-docker-dev.artifact.tecnalia.com/maven:latest
image: $ACR_URL/maven:latest
tags:
- docker
script:
......
image: digicon-docker-dev.artifact.tecnalia.com/node:12
image: $ACR_URL/node:12
before_script:
- npm -g config set user root
- npm install -g jfrog-cli-go
......
image: digicon-docker-dev.artifact.tecnalia.com/docker:dind
image: $ACR_URL/docker:dind
services:
- docker:dind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment