From bc51feea7bf08315ecd9e75cc7004ea5ce2b64af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=20Gl=C3=A4=C3=9F-St=C3=B6cker?= Date: Tue, 11 Aug 2020 11:32:04 +0200 Subject: [PATCH] forgot the basic ci config at the top of the file :| --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc5e102..3a3c090 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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