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

Add new file docker-containers/artifactory.yml

parent 38d40e91
No related branches found
No related tags found
No related merge requests found
artifactory:
image: tecnalia-docker-dev.artifact.tecnalia.com/docker:stable
stage: artifactory
needs:
- test
services:
- docker:dind
tags:
- docker
only:
refs:
- tags
script:
- docker login -u $ACR_USERNAME -p $ACR_PASSWORD $ACR_URL
- docker image build -t $CONTAINER_IMAGE ./
- docker push $CONTAINER_IMAGE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment