Skip to content

feat(docker): Add multi-platform support for Docker build#541

Open
gondoi wants to merge 5 commits into
mainfrom
feature/devops-1248-enable-multi-arch-build-containers-group-1
Open

feat(docker): Add multi-platform support for Docker build#541
gondoi wants to merge 5 commits into
mainfrom
feature/devops-1248-enable-multi-arch-build-containers-group-1

Conversation

@gondoi
Copy link
Copy Markdown

@gondoi gondoi commented Apr 20, 2026

No description provided.

@cursor
Copy link
Copy Markdown

cursor Bot commented Apr 20, 2026

PR Summary

Medium Risk
Changes the CI/CD path that builds and publishes Docker images and moves the logic to an external reusable workflow pinned by SHA, so misconfiguration could break releases or publish incorrect images.

Overview
Docker publishing is refactored to stop using the local composite action ./.github/actions/docker-publish (now removed) and instead call a pinned reusable workflow FuelLabs/github-actions/.github/workflows/docker-build-push.yml@<sha>.

The docker_publish workflow drops the matrix-based job and adds an explicit build-and-publish-sv-dune job that supports multi-platform builds (linux/amd64,linux/arm64), keeps the same tag scheme, and passes registry credentials via workflow secrets using GITHUB_TOKEN.

Reviewed by Cursor Bugbot for commit dc4d58e. Bugbot is set up for automated code reviews on this repo. Configure here.

Comment thread .github/actions/docker-publish/action.yaml Outdated
Comment thread .github/actions/docker-publish/action.yaml Outdated
Comment thread .github/actions/docker-publish/action.yaml Outdated
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit f539c2e. Configure here.

Comment thread .github/workflows/docker_publish.yaml Outdated
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