Skip to content
Snippets Groups Projects
Commit e866280b authored by Lopez de Guereña Caballero, Jon's avatar Lopez de Guereña Caballero, Jon
Browse files

added project-maven-azure-docker file

parent 5476c9bc
No related branches found
No related tags found
No related merge requests found
image: docker:stable
services:
- docker:dind
job:
tags:
- docker
script:
- docker login -u $ACR_USERNAME -p $ACR_PASSWORD $ACR_URL
- docker image build --build-arg REG=https://artifact.tecnalia.com/artifactory/api/npm/digicon-npm-dev/ --build-arg NPM_TKN=$NPM_TOKEN --build-arg US=$ACR_USERNAME --build-arg CI_TOKEN=$ACR_PASSWORD -t $CONTAINER_IMAGE ./
- docker push $CONTAINER_IMAGE
# only:
# - tags
# - release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment