try new registry location
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
David 2022-04-03 15:07:38 -04:00
parent c27751dd93
commit efd624bd7d
1 changed files with 10 additions and 3 deletions

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