Enable experimental Docker features

This commit is contained in:
David Mehren 2021-06-14 21:20:49 +02:00
parent 31ce0b412b
commit 464208b39d
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -7,7 +7,8 @@ variables:
# Docker in Docker Service
services:
- docker:dind
- name: docker:dind
command: ["--experimental"]
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY