added explicit service and added experimental flag to the push latest job

This commit is contained in:
Micha Gläß-Stöcker 2020-09-12 21:31:53 +02:00
parent 1d75f246c3
commit e6d77c4e27

View file

@ -43,6 +43,9 @@ build:
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $IMAGE_TAG . - docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $IMAGE_TAG .
Push latest: Push latest:
services:
- name: docker:19-dind
command: ["--experimental"]
variables: variables:
# We are just playing with Docker here. # We are just playing with Docker here.
# We do not need GitLab to clone the source code. # We do not need GitLab to clone the source code.