diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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": |