ci(main): push latest tag on main commits, auto-deploy via kustomization
Build and push / Build and push image (push) Successful in 29s
Build / Build and push image (push) Successful in 27s
CI / Test, vet, build (push) Successful in 2m17s

This commit is contained in:
Story Crater Bot
2026-08-21 20:56:47 -07:00
parent 0f2cd7565a
commit 9740334d24
2 changed files with 7 additions and 6 deletions
+4 -1
View File
@@ -52,7 +52,10 @@ jobs:
.
- name: Push
run: docker push "${IMAGE}:${{ steps.sha.outputs.short_sha }}"
run: |
docker push "${IMAGE}:${{ steps.sha.outputs.short_sha }}"
docker tag "${IMAGE}:${{ steps.sha.outputs.short_sha }}" "${IMAGE}:latest"
docker push "${IMAGE}:latest"
- name: Report digest
run: |