Fix GitOps redeploy race: chain to end of build, not a parallel webhook #7

Merged
william merged 1 commits from fix/chain-portainer-redeploy-after-build into main 2026-08-23 15:12:03 +00:00
Collaborator

Explained in the commit message.

Explained in the commit message.
claude-bot added 1 commit 2026-08-23 15:11:38 +00:00
The separate Gitea push webhook to Portainer fired in parallel with this
build workflow on the same push event, so it could redeploy before the
new image finished pushing — Portainer would then pull the still-current
:latest tag and silently keep running old code. Removed that webhook;
redeploy now only happens as this workflow's last step, after the image
push actually completes.
william merged commit 4fc4433833 into main 2026-08-23 15:12:03 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: william/gitops-automation#7