fix(release): build container images via docker/build-push-action - #23
Merged
Conversation
GoReleaser's experimental dockers_v2 fails to stage the prebuilt binary into the build context, breaking v0.1.3 with: failed to calculate checksum of ref ...: "/manager": not found Switch to docker/build-push-action with multi-arch + native Go cross-compile via FROM --platform=$BUILDPLATFORM, which is both simpler and faster than the prebuilt-binary handoff (no QEMU). GoReleaser still owns binary archives, checksums, install.yaml, and the GitHub release; image build is now a separate workflow step, signed and SBOM-attested off the multi-arch manifest digest. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
stubbi
enabled auto-merge (squash)
May 13, 2026 09:13
stubbi
added a commit
that referenced
this pull request
May 13, 2026
🤖 I have created a release *beep* *boop* --- ## [0.1.4](v0.1.3...v0.1.4) (2026-05-13) ### Bug Fixes * **release:** build container images via docker/build-push-action ([#23](#23)) ([d1b4862](d1b4862)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
stubbi
added a commit
that referenced
this pull request
May 13, 2026
🤖 I have created a release *beep* *boop* --- ## [0.1.6](v0.1.5...v0.1.6) (2026-05-13) ### Features * hermes-operator v1.0.0 — plans 1–7 implementation ([#1](#1)) ([a99ad5c](a99ad5c)) ### Bug Fixes * **ci:** semantic Bundle RBAC sync check (was: file-diff flake) ([#16](#16)) ([3b3b5a6](3b3b5a6)) * **release:** build container images via docker/build-push-action ([#23](#23)) ([d1b4862](d1b4862)) * **release:** run make installer via goreleaser before:hooks ([#25](#25)) ([5bcd154](5bcd154)) * **release:** trigger v0.1.2 (v0.1.1 tag has broken release.yaml) ([#18](#18)) ([e3f8289](e3f8289)) * **release:** use --skip=validate instead of throw-away commit ([#20](#20)) ([61f2099](61f2099)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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
dockers_v2failed to stage the prebuilt binary into the build context, breaking v0.1.3 with"/manager": not founddocker/build-push-action@v6with multi-arch + native Go cross-compile (FROM --platform=$BUILDPLATFORM), which is faster than QEMU emulationTest plan
🤖 Generated with Claude Code