This commit is contained in:
Christoph Honal 2020-02-13 18:44:14 +01:00
parent d22698560b
commit bdb1399874
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ steps:
- name: build
image: docker
commands:
- mkdir -p ~/.docker
- echo {"experimental": "enabled"} > ~/.docker/config.json
- docker info
- docker buildx --progress plain -t dagobert:latest .
volumes: