Compare commits

..
1 Commits
Author SHA1 Message Date
Christian Richter ac5bad889e attempt 2
continuous-integration/drone/pr Build is failing
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-11 17:18:04 +02:00
+1 -7
View File
@@ -20,13 +20,7 @@ def step(arch):
"settings": {
"dockerfile": "motsognir/Dockerfile",
"repo": "dragonchaser/motsognir",
"tag": "latest-%s" % (arch),
"username": {
"from_secret":"dockerhub-user"
},
"password": {
"from_secret":"dockerhub-password"
}
"tag": "latest-%s" % (arch)
}
},
],