forgot the basic ci config at the top of the file :|

This commit is contained in:
Micha Gläß-Stöcker 2020-08-11 11:32:04 +02:00
parent 7f8ca619ea
commit bc51feea7b

View file

@ -1,3 +1,13 @@
image: docker:19.03.1
services:
- docker:19.03.1-dind
variables:
DOCKER_DRIVER: overlay
DOCKER_TLS_CERTDIR: ""
stages:
- buildx
- deploy
buildx:
image: docker:19.03-git
stage: buildx