diff options
Diffstat (limited to 'justfile')
| -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": |