ci(tenant-registry): retarget image build to registry.meghsakha.com + orca webhook #11

Open
sharang wants to merge 2 commits from ci/registry-meghsakha-orca-webhook into main
Showing only changes of commit fedcea06c7 - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@
# /tenant-registry — long-running API server
# /migrate — one-shot schema migrator (Orca init container in prod)
FROM golang:1.24-alpine AS build
FROM golang:1.25-alpine AS build
WORKDIR /src
COPY go.mod go.sum ./
RUN go mod download