Skip to content

Comments

ci: Fix publishing images#651

Open
RomanNikitenko wants to merge 1 commit intoche-incubator:mainfrom
RomanNikitenko:fix-images-publishing
Open

ci: Fix publishing images#651
RomanNikitenko wants to merge 1 commit intoche-incubator:mainfrom
RomanNikitenko:fix-images-publishing

Conversation

@RomanNikitenko
Copy link
Collaborator

@RomanNikitenko RomanNikitenko commented Feb 18, 2026

Generated-by: Cursor AI

What does this PR do?

This change fixes the publish job in .github/workflows/image-publish.yml failing after merges to main.
The workflow was calling docker manifest annotate for amd64-* and arm64-* source tags. Those source tags are now manifest lists, and annotate fails with:
<image>:amd64-<tag> is a manifest list.

Since platform metadata is already present from the Buildx --platform ... --push flow, explicit annotation is no longer needed. The publish step now relies on docker manifest create --amend ... --amend ... followed by docker manifest push, which is compatible with current source image format.

What issues does this PR fix?

eclipse-che/che#23745

How to test this PR?

  • Merge to main and verify image-publish passes.
  • Confirm publish step no longer fails with is a manifest list.
  • Verify resulting tags are published:
    quay.io/che-incubator/che-code:next
    quay.io/che-incubator/che-code:insiders
    quay.io/che-incubator/che-code:insiders-<short_sha>
  • Inspect manifests and confirm both platforms are present (linux/amd64, linux/arm64).

Check manifest command: podman manifest inspect quay.io/che-incubator/che-code:next

Does this PR contain changes that override default upstream Code-OSS behavior?

  • the PR contains changes in the code folder (you can skip it if your changes are placed in a che extension )
  • the corresponding items were added to the CHANGELOG.md file
  • rules for automatic git rebase were added to the .rebase folder

Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
Generated-by: Cursor AI
@github-actions
Copy link

github-actions bot commented Feb 18, 2026

Click here to review and test in web IDE: Contribute

@github-actions
Copy link

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