test
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Christoph Honal 2020-02-13 18:44:39 +01:00
parent bdb1399874
commit 35d91d73cf
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ steps:
image: docker
commands:
- mkdir -p ~/.docker
- echo {"experimental": "enabled"} > ~/.docker/config.json
- 'echo {"experimental": "enabled"} > ~/.docker/config.json'
- docker info
- docker buildx --progress plain -t dagobert:latest .
volumes: