🌱 Create container image in CI (syself-1.13.1)#8
Closed
guettli wants to merge 1 commit into
Closed
Conversation
Port container image build/push jobs from syself-1.11.6 to syself-1.13.1. Adds push_release_images and push_release_image_manifests jobs triggered on version tags, and a docker-push-manifests Makefile target. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Author
|
Not needed. Already part of #7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
syself-1.11.6(PR 🌱 Create container image in ci #6) tosyself-1.13.1push_release_imagesjob: builds multi-arch images (amd64, arm, arm64, ppc64le, s390x) and pushes toghcr.io/syselfon version tagspush_release_image_manifestsjob: pushes multi-arch manifests after images are pushedpush_release_tagsandreleasejobs withif: github.ref == 'refs/heads/main'to avoid running on tag pushesdocker-push-manifestsMakefile target (extracted fromdocker-push-all)