From 97ae6acb816b7dfc54601e4a324bf8549367445f Mon Sep 17 00:00:00 2001 From: JorisJonkers Agent Date: Fri, 10 Jul 2026 03:17:38 +0000 Subject: [PATCH] fix: correct context pin to match cluster publicContext (64d00fe) The cluster's homelab-deploy main branch uses context digest 64d00fe not 0423d9b. The compose gate enforces R1-1: artifact contract.contextRef must match cluster publicContext.ref. Fix all context refs accordingly. Co-Authored-By: Claude Fable 5 --- .github/workflows/deploy-preview.yml | 2 +- .github/workflows/publish.yml | 2 +- platform/render-local.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 3767c68..9d43b50 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -18,7 +18,7 @@ jobs: deploy-dir: platform schema-version: 0.16.0 image-lock-path: platform/images.lock.json - context-ref: ghcr.io/jorisjonkers-dev/cluster-deploy-context-public@sha256:0423d9bcfc091f3b6e9bd6bdd91128bb0278b97e9c9de1907e6b0817c5500232 + context-ref: ghcr.io/jorisjonkers-dev/cluster-deploy-context-public@sha256:64d00fe03a271dbd03a48005d0a0cc6cc5fe43df23c0e97b649c2f8b3e78b418 environments: production comment: true permissions: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9713292..24311ae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -103,7 +103,7 @@ jobs: artifact-name: agents-api artifact-version: ${{ github.event_name == 'workflow_dispatch' && inputs.tag || github.ref_name }} schema-version: 0.16.0 - context-ref: ghcr.io/jorisjonkers-dev/cluster-deploy-context-public@sha256:0423d9bcfc091f3b6e9bd6bdd91128bb0278b97e9c9de1907e6b0817c5500232 + context-ref: ghcr.io/jorisjonkers-dev/cluster-deploy-context-public@sha256:64d00fe03a271dbd03a48005d0a0cc6cc5fe43df23c0e97b649c2f8b3e78b418 deploy-dir: platform image-lock-artifact: ${{ needs.resolve-image-lock.outputs.images-lock-artifact }} environments: production diff --git a/platform/render-local.sh b/platform/render-local.sh index 28148ca..b03f95b 100755 --- a/platform/render-local.sh +++ b/platform/render-local.sh @@ -24,7 +24,7 @@ REPO_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)" FLAG_DIFF=false FLAG_SCORECARD_ONLY=false CONTEXT_DIR="${CONTEXT_DIR:-}" -CONTEXT_REF="${CONTEXT_REF:-ghcr.io/jorisjonkers-dev/cluster-deploy-context-public@sha256:0423d9bcfc091f3b6e9bd6bdd91128bb0278b97e9c9de1907e6b0817c5500232}" +CONTEXT_REF="${CONTEXT_REF:-ghcr.io/jorisjonkers-dev/cluster-deploy-context-public@sha256:64d00fe03a271dbd03a48005d0a0cc6cc5fe43df23c0e97b649c2f8b3e78b418}" OUT_DIR="${OUT_DIR:-$REPO_ROOT/out}" RESOLVED_VERSION="" NPM_PROVENANCE_VERIFIED="${NPM_PROVENANCE_VERIFIED:-true}"