chore: remove gitea docker image

This commit is contained in:
2025-03-19 16:21:08 +00:00
parent b9d920ad49
commit 2c42e19f42

View File

@ -41,7 +41,6 @@ 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:$DRONE_TAG -t voidic/route96:$DRONE_TAG .
- docker buildx build --push voidic/route96:$DRONE_TAG .
- kill $(cat /var/run/docker.pid)