library/.woodpecker.yml
David Ashby efd624bd7d
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
try new registry location
2022-04-03 15:07:38 -04:00

16 lines
348 B
YAML

pipeline:
build:
image: docker
environment:
- DOCKER_HOST=tcp://docker:2375
commands:
- sleep 5
- docker build -t registry.yetaga.in/library:latest .
- docker push registry.yetaga.in/library:latest
services:
docker:
image: docker:18.09-dind
command: ["--storage-driver=vfs"]
privileged: true