Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
c1357cb6c9 test multiple push
All checks were successful
continuous-integration/drone/pr Build is passing
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-12 10:24:02 +02:00

View File

@@ -34,7 +34,8 @@ def stepPR(arch):
"settings": {
"dockerfile": "motsognir/Dockerfile",
"repo": "dragonchaser/motsognir",
"dry_run": "false",
"dry_run": "true",
"purge" : "false",
"tag": "latest-%s" % (arch),
"username": {
"from_secret": "dockerhub-userxx"
@@ -50,7 +51,7 @@ def stepPR(arch):
"settings": {
"dockerfile": "motsognir/Dockerfile",
"repo": "quay.io/dragonchaser/motsognir",
"dry_run": "false",
"dry_run": "true",
"tag": "latest-%s" % (arch),
"username": {
"from_secret": "dockerhub-userxx"