Update workflow around runner docker image.#4133
Merged
TingluoHuang merged 1 commit intomainfrom Nov 24, 2025
Merged
Conversation
Member
TingluoHuang
commented
Nov 23, 2025
- Add docker build as part of the CI.
- Add workflow to allow publish docker image from release branch.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the runner repository's Docker workflow infrastructure by adding Docker image builds to the CI pipeline and introducing a new workflow for publishing Docker images from release branches. Additionally, it moves the image description from labels to annotations in the existing release workflow.
- Adds a new Docker build job to the CI workflow that validates Docker images on both amd64 and arm64 platforms
- Introduces a new workflow for manually publishing Docker images from release branches
- Updates the release workflow to use annotations instead of labels for the image description metadata
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
.github/workflows/build.yml |
Adds permissions block and new docker build/test job for CI validation on multiple platforms |
.github/workflows/docker-publish.yml |
New workflow for manual Docker image publishing from release branches with attestation |
.github/workflows/release.yml |
Moves image description from labels to annotations section |
rentziass
approved these changes
Nov 24, 2025
bc572ff to
c1a0a5e
Compare
alinetskyi
pushed a commit
to CoreumFoundation/runner
that referenced
this pull request
Jan 26, 2026
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.