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>
This commit is contained in:
Christian Richter
2022-05-10 22:24:44 +02:00
parent 0e55852f7e
commit b103c94534

View File

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