This commit is contained in:
parent
c492eba657
commit
79c718153d
14
.woodpecker.yml
Normal file
14
.woodpecker.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user