Skip to content
Snippets Groups Projects
Commit af807087 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add .gitlab-ci.yml

parent e6242c9b
No related branches found
No related tags found
No related merge requests found
image: docker:stable
services:
- docker:dind
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
before_script:
- apk --no-cache add python
build:
script:
- python publish_images.py
tags:
docker
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