Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
8dd97592ae 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:03:42 +02:00

View File

@@ -22,7 +22,7 @@ def step(arch):
"dry_run": "true", "dry_run": "true",
"purge":"true", "purge":"true",
"repo": "dragonchaser/dockerhub-autobuild", "repo": "dragonchaser/dockerhub-autobuild",
"tag": "latest-%s" % (arch) "tag": "latest"
} }
}, },
], ],