diff --git a/Justfile b/Justfile index 3819ec4..5a3ddbe 100644 --- a/Justfile +++ b/Justfile @@ -3,4 +3,7 @@ dev: go run . build: - docker build -t tvqueue . + docker build -t git.zatch.ru/tsivinsky/tvqueue:latest . + +push: + docker push git.zatch.ru/tsivinsky/tvqueue:latest