Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
ac5bad889e attempt 2
Some checks failed
continuous-integration/drone/pr Build is failing
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-11 17:18:04 +02:00

View File

@@ -20,13 +20,7 @@ def step(arch):
"settings": { "settings": {
"dockerfile": "motsognir/Dockerfile", "dockerfile": "motsognir/Dockerfile",
"repo": "dragonchaser/motsognir", "repo": "dragonchaser/motsognir",
"tag": "latest-%s" % (arch), "tag": "latest-%s" % (arch)
"username": {
"from_secret":"dockerhub-user"
},
"password": {
"from_secret":"dockerhub-password"
}
} }
}, },
], ],