Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
c9b7ffff25 attempt 2
All checks were successful
continuous-integration/drone/pr Build is passing
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-11 17:23:25 +02:00

View File

@@ -20,7 +20,13 @@ 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"
}
} }
}, },
], ],