From 8f5938a25883d17d39c16c3564faec0d534652c1 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Mon, 5 Feb 2024 17:57:11 -0500 Subject: [PATCH] Update Justfile --- Justfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index effff33..21607f2 100644 --- a/Justfile +++ b/Justfile @@ -4,4 +4,9 @@ build: dev: tailwindcss -i static/tailwind.css -o static/app.css -m -w & - go run github.com/cosmtrek/air@latest -c .air.toml \ No newline at end of file + go run github.com/cosmtrek/air@latest -c .air.toml + +tag-vpr: + podman pull codeberg.org/rimgo/rimgo:latest + podman image tag codeberg.org/rimgo/rimgo:latest codeberg.org/video-prize-ranch/rimgo:latest + podman push codeberg.org/video-prize-ranch/rimgo:latest \ No newline at end of file