mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
9bc63441a1
The promote-floating-tags and helm-pages workflows now trigger automatically via workflow_run when publish-docker.yml completes, instead of being dispatched immediately by create-release.yml. This ensures Docker images are fully available before: - Floating tags (rc, latest, major.minor) are promoted - Helm chart smoke tests try to pull the image Key changes: - promote-floating-tags.yml: Add workflow_run trigger, extract tag from triggering workflow, wait for BOTH pulse and agent images - helm-pages.yml: Add workflow_run trigger, extract version from triggering workflow - create-release.yml: Remove manual dispatch for these workflows