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.