aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/justfile b/justfile
index c673c6a..2c7b066 100644
--- a/justfile
+++ b/justfile
@@ -76,7 +76,8 @@ build version: test builddir
push:
new_ver=$(cat {{ NEW_VERSION }}); \
- just docker-push git-push $new_ver
+ just docker-push $new_ver; \
+ just git-push $new_ver
@echo "pushed to all endpoints"
docker-push tag="latest" registry="public.ecr.aws/s0f9o2k5":