Fix build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kieran 2024-05-10 12:58:20 +01:00
parent 3130bf7916
commit f60b510cc0
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -18,5 +18,5 @@ steps:
- 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/void-cat-rs:latest t voidic/void-cat-rs:latest .
- docker buildx build --push -t git.v0l.io/kieran/void-cat-rs:latest -t voidic/void-cat-rs:latest .
- kill $(cat /var/run/docker.pid)