try dind
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
David 2022-04-02 20:20:34 -04:00
parent c492eba657
commit 79c718153d
1 changed files with 14 additions and 0 deletions

14
.woodpecker.yml Normal file
View File

@ -0,0 +1,14 @@
pipeline:
build:
image: docker
environment:
- DOCKER_HOST=tcp://docker:2375
commands:
- docker --tls=false build -t localhost:5000/library:latest .
- docker push localhost:5000/library:latest
services:
docker:
image: docker:dind
command: ["--storage-driver=vfs", "--tls=false"]
privileged: true