ci(main): trigger image builds on main branch commits
Build and push / Build and push image (push) Successful in 28s
Build / Build and push image (push) Successful in 26s
CI / Test, vet, build (push) Successful in 2m17s

This commit is contained in:
Story Crater Bot
2026-08-21 20:55:27 -07:00
parent 60a7dea072
commit 0f2cd7565a
+4 -4
View File
@@ -1,13 +1,13 @@
# Build and push on prod branch — triggered automatically when commits land on prod.
# Build and push on main branch — triggered automatically when commits land on main.
# Tag is commit short SHA: unique, immutable, maps to exactly one commit.
# Image: forgejo.riotpiao.com/rock/api-gateway:<commit-sha>
#
# No write-back, no git push — ArgoCD Image Updater or manual deployment pulls new builds.
name: Build (prod)
# ArgoCD auto-deploys to api namespace as revisions roll in.
name: Build and push
on:
push:
branches: [prod]
branches: [main]
env:
REGISTRY: forgejo.riotpiao.com