diff options
| author | Max Resnick <max@ofmax.li> | 2025-04-08 22:01:57 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-04-08 22:01:57 -0700 |
| commit | b8fad54f1944ae5c6dc4e365d2232bf4a6d1105e (patch) | |
| tree | 0e23ddfe9b23c1fdd6d30c1ff714950a7b0fc0cd | |
| parent | 2bb1be7b0682762d2dd3654b8eab779f731056b2 (diff) | |
| download | go-git-server-b8fad54f1944ae5c6dc4e365d2232bf4a6d1105e.tar.gz | |
fix: git-push args
| -rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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": |