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

@@ -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" "tag": "latest-%s" % (arch)
} }
}, },
], ],