Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
77b2075637 attempt 2
Some checks reported errors
continuous-integration/drone/pr Build was killed
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-11 17:07:17 +02:00

View File

@@ -19,7 +19,9 @@ def step(arch):
"image": "plugins/docker", "image": "plugins/docker",
"settings": { "settings": {
"dockerfile": "motsognir/Dockerfile", "dockerfile": "motsognir/Dockerfile",
"repo": "dragonchaser/motsognir", "dry_run": "true",
"purge":"true",
"repo": "dragonchaser/dockerhub-autobuild",
"tag": "latest-%s" % (arch) "tag": "latest-%s" % (arch)
} }
}, },