From 67a9887058674fffec40da054474c0dcffc29675 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Wed, 18 Feb 2026 22:47:09 +0300 Subject: [PATCH] update justfile --- Justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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