Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
7957bb5c16 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:17:39 +02:00

View File

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