From 4ad681741dbd9a433a1631f8c3796be266dd91c0 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Sat, 27 Jun 2026 06:43:30 +0200 Subject: [PATCH] ci: re-trigger ai-sdk build (transient registry 502 + last-build tag-bug) Runde 1 build-ai-sdk failed on a transient registry.meghsakha.com 502 during the image push (image built fine, test-go green). mark-last-build then advanced last-build/main to the merge commit despite the failure, so the rerun (Runde 2) skipped build-ai-sdk (detect-changes saw no diff). This no-op Dockerfile comment forces detect-changes to rebuild + deploy the authority-rerank subsidiarity fix. Co-Authored-By: Claude Opus 4.7 --- ai-compliance-sdk/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ai-compliance-sdk/Dockerfile b/ai-compliance-sdk/Dockerfile index b87ea258..b1588140 100644 --- a/ai-compliance-sdk/Dockerfile +++ b/ai-compliance-sdk/Dockerfile @@ -1,4 +1,6 @@ # Build stage +# ci-retrigger 2026-06-27: transient registry.meghsakha.com 502 on push (Runde 1) + last-build +# tag-bug skipped the rerun (Runde 2). No logic change — forces detect-changes to rebuild ai-sdk. FROM golang:1.24-alpine AS builder WORKDIR /app