Skip to content

[codex] Fix image release artifact downloads#166

Merged
vigneshrajsb merged 1 commit intomainfrom
codex/fix-release-artifact-downloads
Apr 15, 2026
Merged

[codex] Fix image release artifact downloads#166
vigneshrajsb merged 1 commit intomainfrom
codex/fix-release-artifact-downloads

Conversation

@vigneshrajsb
Copy link
Copy Markdown
Contributor

Summary

  • scope actions/download-artifact to digests-* in buildkit-release.yaml
  • apply the same fix to base-release.yaml

Why

The BuildKit release workflow failed in merge-and-push because actions/download-artifact@v4 downloaded all artifacts from the run, including the extra Buildx .dockerbuild artifacts. The existing release.yaml workflow already avoids this by filtering to the digest artifacts only.

Impact

Both image release workflows now download only the digest artifacts they actually need for manifest creation.

Validation

  • git diff --cached --check
  • inspected the failed Actions run 24483312834 and confirmed the artifact download failure mode

@vigneshrajsb vigneshrajsb marked this pull request as ready for review April 15, 2026 23:37
@vigneshrajsb vigneshrajsb requested a review from a team as a code owner April 15, 2026 23:37
@vigneshrajsb vigneshrajsb merged commit 162da41 into main Apr 15, 2026
1 check passed
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.

1 participant