Commit Graph

4 Commits

Author SHA1 Message Date
9bfecc5e6e fix(ci): remove vestigial template copying from Docker builds (#146)
Templates are embedded in the binary via go:embed directive and don't
need to be copied as external files. Removing COPY and ENV directives
for templates from Dockerfile and template file patterns from GoReleaser.

Changes:
- Remove COPY templates from Dockerfile (was failing: directory doesn't exist)
- Remove ENV GH_ACTION_README_TEMPLATE_PATH (never used in code)
- Remove template file patterns from GoReleaser archives
- Remove templates from GoReleaser extra_files
- Keep schemas (still used in config)

Fixes:
- Docker image builds now succeed
- No 'no files matched' warnings from GoReleaser
- Release workflow can complete successfully
- Binary uses embedded templates at runtime
2026-01-16 16:42:03 +02:00
5d671a9dc0 fix(ci): update security workflow to match goreleaser paths (#134)
* fix(ci): update security workflow to match goreleaser paths

* chore(ci): use GOOS and GOARCH in security.yml
2026-01-02 03:30:50 +02:00
253e14a37b fix(ci): docker builds for goreleaser (#133) 2026-01-02 03:02:54 +02:00
74cbe1e469 Initial commit 2025-07-30 19:17:36 +03:00