fix: disable push to git.v0l.io docker

This commit is contained in:
2025-02-27 16:07:53 +00:00
parent 6ccdb0fdc3
commit 1a5388fc1c
2 changed files with 9 additions and 8 deletions

View File

@ -21,9 +21,8 @@ steps:
from_secret: docker_hub
commands:
- dockerd &
- docker login -u kieran -p $TOKEN git.v0l.io
- docker login -u voidic -p $TOKEN_DOCKER
- docker buildx build --push -t git.v0l.io/kieran/route96:latest -t voidic/route96:latest .
- docker buildx build --push -t voidic/route96:latest .
- kill $(cat /var/run/docker.pid)
---
kind: pipeline