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

This commit is contained in:
2026-03-03 12:13:39 +01:00
parent 52f7e68f25
commit a11714d07d
18 changed files with 1013 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
# Start from the pre-built Nextjs Base image
FROM registry.infra.mintel.me/mintel/nextjs:latest AS builder
FROM git.infra.mintel.me/mmintel/nextjs:latest AS builder
WORKDIR /app
@@ -20,7 +20,7 @@ ENV DIRECTUS_URL=$DIRECTUS_URL
RUN pnpm --filter ${APP_NAME:-app} build
# Production runner image
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