chore(ci): migrate docker registry publishers to git.infra.mintel.me

This commit is contained in:
2026-03-03 12:13:41 +01:00
parent b2f6627ec5
commit d82c836fcb
3 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
# Stage 1: Builder
FROM registry.infra.mintel.me/mintel/nextjs:v1.8.21 AS builder
FROM git.infra.mintel.me/mmintel/nextjs:v1.8.21 AS builder
WORKDIR /app
# Arguments for build-time configuration
@@ -40,7 +40,7 @@ ENV NODE_OPTIONS="--max_old_space_size=4096"
RUN pnpm --filter @mintel/web build
# Stage 2: Runner
FROM registry.infra.mintel.me/mintel/runtime:latest AS runner
FROM git.infra.mintel.me/mmintel/runtime:latest AS runner
WORKDIR /app
# Copy standalone output and static files (Monorepo paths)