Compare commits

...

1 Commits

Author SHA1 Message Date
Christian Richter
b103c94534 attempt 2
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-10 22:24:44 +02:00

View File

@@ -10,27 +10,13 @@ def step(arch):
"name": "build-%s" % arch,
"steps": [
{
"name": "build",
"image": "plugins/docker",
"repo": "dragonchaser/motsognir",
"volumes": [
{
"name":"docker_sock",
"path":"/var/run/docker.sock"
"name": "dryrun",
"image": "thegeeklab/drone-docker:19",
"settings": {
"dockerfile": "motsognir/Dockerfile",
"dry_run": "true",
"repo": "dragonchaser/dockerhub-autobuild",
}
},
],
"commands": [
"cd motsognir",
"docker build -t dragonchaser/motsognir:latest ."
]
}
],
"volumes": [
{
"name":"docker_sock",
"host": {
"path": "/var/run/docker.sock"
}
}
]
}