From e6d77c4e277cfc8c17f1fcd08c0303aba0761001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=20Gl=C3=A4=C3=9F-St=C3=B6cker?= Date: Sat, 12 Sep 2020 21:31:53 +0200 Subject: [PATCH] added explicit service and added experimental flag to the push latest job --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f6f74a..0cb237b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,9 @@ build: - docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $IMAGE_TAG . Push latest: + services: + - name: docker:19-dind + command: ["--experimental"] variables: # We are just playing with Docker here. # We do not need GitLab to clone the source code.