From b8fad54f1944ae5c6dc4e365d2232bf4a6d1105e Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Tue, 8 Apr 2025 22:01:57 -0700 Subject: fix: git-push args --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index dd0f0c0..f4037b1 100644 --- a/justfile +++ b/justfile @@ -82,7 +82,7 @@ build version: test builddir push: just docker-push; \ - just git-push + just git-push {{ NEW_VERSION }} @echo "pushed to all endpoints" docker-push registry="public.ecr.aws/s0f9o2k5": -- cgit v1.2.3