fix: avoid Docker Hub timeout in Gitea builds
Staging Backend Quality Gate (push the reviewed main SHA to staging to auto-deploy) / validate (push) Failing after 9m1s
Staging Backend Quality Gate (push the reviewed main SHA to staging to auto-deploy) / publish-and-deploy (push) Has been skipped

This commit is contained in:
linmeng
2026-07-28 09:37:32 +08:00
parent f711e77849
commit 7a36169f5d
4 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM registry.cn-hangzhou.aliyuncs.com/library/python:3.12-slim
ENV PYTHONUNBUFFERED=1 \
PIP_NO_CACHE_DIR=1
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:22-alpine
FROM registry.cn-hangzhou.aliyuncs.com/library/node:22-alpine
WORKDIR /app/frontend
COPY frontend/package.json frontend/package-lock.json ./