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