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