aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2025-04-08 22:01:57 -0700
committerMax Resnick <max@ofmax.li>2025-04-08 22:01:57 -0700
commitb8fad54f1944ae5c6dc4e365d2232bf4a6d1105e (patch)
tree0e23ddfe9b23c1fdd6d30c1ff714950a7b0fc0cd
parent2bb1be7b0682762d2dd3654b8eab779f731056b2 (diff)
downloadgo-git-server-b8fad54f1944ae5c6dc4e365d2232bf4a6d1105e.tar.gz
fix: git-push args
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
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":