Skip to content

fix(ci): disable provenance on build-amd64 to keep pushes single-mani…#394

Merged
t0mdavid-m merged 1 commit into
mainfrom
claude/fix-amd64-provenance
May 27, 2026
Merged

fix(ci): disable provenance on build-amd64 to keep pushes single-mani…#394
t0mdavid-m merged 1 commit into
mainfrom
claude/fix-amd64-provenance

Conversation

@t0mdavid-m

Copy link
Copy Markdown
Member

…fest

create-manifest fails with "ghcr.io/openms/streamlit-template:main-full-amd64 is a manifest list" because docker/build-push-action v5 adds a provenance attestation by default, which buildx packs as a manifest list (image + attestation entries). docker manifest create rejects manifest lists as components.

build-arm64 already sets provenance: false for the same reason; mirror that on the amd64 path so both per-arch tags are flat image manifests that can be merged into the multi-arch manifest.

…fest

create-manifest fails with "ghcr.io/openms/streamlit-template:main-full-amd64
is a manifest list" because docker/build-push-action v5 adds a provenance
attestation by default, which buildx packs as a manifest list (image +
attestation entries). docker manifest create rejects manifest lists as
components.

build-arm64 already sets provenance: false for the same reason; mirror
that on the amd64 path so both per-arch tags are flat image manifests
that can be merged into the multi-arch manifest.
@t0mdavid-m t0mdavid-m merged commit 6aac16b into main May 27, 2026
1 check passed
@coderabbitai

coderabbitai Bot commented May 27, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@t0mdavid-m, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 20 minutes and 23 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ceda6ace-0c18-4952-8f6e-1f63a05cf62f

📥 Commits

Reviewing files that changed from the base of the PR and between ba05e6a and 0ad89fa.

📒 Files selected for processing (1)
  • .github/workflows/build-and-test.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/fix-amd64-provenance

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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