Skip to content
Snippets Groups Projects
Commit 2d7d5f60 authored by Patrick Chabrier's avatar Patrick Chabrier
Browse files

Add new file

parent 5f58d678
No related branches found
No related tags found
No related merge requests found
image: docker:stable
services:
- docker:dind
variables:
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: "/certs"
build docker-planemo:
stage: build
variables:
IMAGE_TAG: $CI_REGISTRY/record/docker-planemo/docker-planemo:0.50.0
script:
- docker info
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $IMAGE_TAG docker-stics/compose/stics-simulate
- docker push $IMAGE_TAG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment