Change build command

This commit is contained in:
2023-06-30 14:19:55 +01:00
parent bcaa32afb1
commit 391855c908

View File

@ -15,5 +15,5 @@ steps:
from_secret: registry_token
commands:
- img login -u registry -p $TOKEN registry.v0l.io
- cd NostrStreamer && img build -t registry.v0l.io/nostr-streamer:latest .
- img build -t registry.v0l.io/nostr-streamer:latest -f NostrStreamer/Dockerfile .
- img push registry.v0l.io/nostr-streamer:latest