try new registry location
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
David 2022-04-03 15:07:38 -04:00
parent c27751dd93
commit efd624bd7d

View File

@ -2,7 +2,14 @@
build:
image: docker
environment:
- DOCKER_HOST=unix:///var/run/docker.sock
- DOCKER_HOST=tcp://docker:2375
commands:
- docker build -t localhost:5000/library:latest .
- docker ps
- 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