Skip to content

Speedup docker build in CI#723

Merged
evgeny-stakewise merged 4 commits into
masterfrom
docker-matrix-build
May 13, 2026
Merged

Speedup docker build in CI#723
evgeny-stakewise merged 4 commits into
masterfrom
docker-matrix-build

Conversation

@evgeny-stakewise
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings May 8, 2026 17:58
Comment thread .github/workflows/docker.yaml Dismissed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Docker GitHub Actions workflow to reduce CI build time by building amd64 and arm64 images in parallel on architecture-appropriate runners, then merging them into multi-arch manifests.

Changes:

  • Convert the Docker build job into a matrix that builds/pushes per-platform images by digest on separate runners.
  • Add a follow-up job to download per-platform digests and create/push multi-arch manifests for both GAR and Docker Hub.
  • Update the Trivy scan job to wait for the manifest-merge job instead of the per-platform build job.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings May 8, 2026 18:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/docker.yaml Outdated
@evgeny-stakewise evgeny-stakewise merged commit b8533ae into master May 13, 2026
10 checks passed
@evgeny-stakewise evgeny-stakewise deleted the docker-matrix-build branch May 13, 2026 08:57
evgeny-stakewise added a commit that referenced this pull request May 13, 2026
* Speedup docker build in CI

* Set github token readonly permissions

* Del trivy-setup

* Revert permissions block
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.

4 participants