From 337796b9bebc5074734d71f4d8c406fe6a29ddd2 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Mon, 5 Feb 2024 22:57:33 +0000 Subject: [PATCH] Update Justfile (#170) Reviewed-on: https://codeberg.org/rimgo/rimgo/pulls/170 Co-authored-by: video-prize-ranch Co-committed-by: video-prize-ranch --- 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