Skip to content

feat: docker image on releases#27

Merged
daabr merged 1 commit into
mainfrom
docker
Feb 28, 2026
Merged

feat: docker image on releases#27
daabr merged 1 commit into
mainfrom
docker

Conversation

@daabr
Copy link
Copy Markdown
Member

@daabr daabr commented Feb 28, 2026

No description provided.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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

Adds a release pipeline that publishes a multi-arch Docker image to GHCR when a GitHub Release is published, consolidating the previous GoReleaser-only workflow into a single end-to-end release workflow.

Changes:

  • Add a new Release GitHub Actions workflow to run GoReleaser, push a multi-arch Docker image, and generate provenance attestations + SBOM.
  • Introduce a Dockerfile that packages the GoReleaser-built binary into a distroless image.
  • Update GoReleaser build flags (-trimpath) and checksum naming; remove the old GoReleaser workflow.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
Dockerfile Builds a distroless runtime image and copies in the GoReleaser-produced binary.
.goreleaser.yml Adds -trimpath and defines checksum filename template.
.github/workflows/release.yml New release workflow running GoReleaser, pushing Docker images, generating attestations, and SBOM.
.github/workflows/goreleaser.yml Removes legacy GoReleaser-only workflow.
.github/workflows/ci.yml Minor formatting changes (blank lines).

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

Comment thread Dockerfile
Comment thread .github/workflows/release.yml
@daabr daabr merged commit 94f758f into main Feb 28, 2026
9 checks passed
@daabr daabr deleted the docker branch February 28, 2026 06:31
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.

2 participants