Run docker in background
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kieran 2024-01-10 10:25:04 +00:00
parent a073bbd042
commit 1360753d15
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -14,7 +14,7 @@ steps:
TOKEN:
from_secret: gitea
commands:
- dockerd --debug
- dockerd &
- docker login -u kieran -p $TOKEN git.v0l.io
- docker build -t git.v0l.io/kieran/nostr-services:latest -f NostrServices/Dockerfile .
- docker push git.v0l.io/kieran/nostr-services:latest