From 68088e684e6878adb5c4c814b8dfad328809872b Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 13 Jun 2026 02:37:51 +0000 Subject: [PATCH] ci: move image build off-infra to GHA -> ghcr (ADR-0002) Generated by infra/scripts/offinfra-onboard: GHA builds+tests on the GitHub mirror, pushes ghcr.io/viktorbarzin/claude-memory-mcp, then triggers the Woodpecker deploy (repo 78). Old in-cluster build pipeline removed: Co-Authored-By: Claude Fable 5 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b4b20c..463cf3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,6 +70,7 @@ jobs: - uses: docker/build-push-action@v7 with: context: . + file: docker/Dockerfile push: true platforms: linux/amd64 # Single-manifest images (no provenance/SBOM attestation children) so