Try start docker daemon

This commit is contained in:
Kieran 2024-01-10 10:23:22 +00:00
parent 3218265f3b
commit a073bbd042
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -14,7 +14,9 @@ steps:
TOKEN:
from_secret: gitea
commands:
- dockerd --debug
- 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
- kill $(cat /var/run/docker.pid)