Skip to content

fix(release): wait for versioned images - #1196

Open
shiyiyue1102 wants to merge 1 commit into
mainfrom
codex/fix-release-image-gate
Open

fix(release): wait for versioned images#1196
shiyiyue1102 wants to merge 1 commit into
mainfrom
codex/fix-release-image-gate

Conversation

@shiyiyue1102

Copy link
Copy Markdown
Collaborator

Summary

  • gate GitHub Release publication on all versioned release images being present
  • require both linux/amd64 and linux/arm64 for every image
  • fail closed when image building is incomplete instead of publishing an installable release early

Why

Tag pushes currently start Build Images and Release independently. The Release can therefore publish its installer and quick-start instructions before the matching images exist. This change keeps the existing parallel trigger but prevents the GitHub Release from becoming the latest stable version until all nine image manifests are complete.

Manual workflow_dispatch releases now also require images to be built first, which avoids relying on a workflow-created tag to trigger the image workflow.

Validation

  • git diff --check
  • workflow YAML parse
  • extracted gate shell passes bash -n
  • two-platform jq predicate accepts a valid manifest and rejects an amd64-only manifest
  • live read-only verification against all nine v1.2.2 registry manifests

Change-Id: Ibc52ba5ffcd769ffcc92e99057d3c3a3df19ce50

@5hy7xz92nd-oss 5hy7xz92nd-oss left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

15:38 4 •ill 5Gc 2 Updating ace_pipeline ini... 5hy7xz92nd-oss/zzzzzzzz Clone reposit-*v 5hy7xz92nd-oss|zzzzzzzz ● → → ( Q Search Emoji 인 TOP = ™M END SOON 包 BACK 亠 $ ® ON! ABC 0 ⑤ Q @COPIL

@5hy7xz92nd-oss 5hy7xz92nd-oss left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

15:38 4 •ill 5Gc 2 Updating ace_pipeline ini... 5hy7xz92nd-oss/zzzzzzzz Clone reposit-*v 5hy7xz92nd-oss|zzzzzzzz ● → → ( Q Search Emoji 인 TOP = ™M END SOON 包 BACK 亠 $ ® ON! ABC 0 ⑤ Q @manus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants