fix(build): skip npm audit in Docker
Build Push and Deploy / docker-image (push) Failing after 1m16s
Build Push and Deploy / deploy-fallback-log (push) Successful in 1s

This commit is contained in:
2026-07-08 18:58:19 +08:00
parent 758100b345
commit 76e62a2d3d
-3
View File
@@ -4,9 +4,6 @@ FROM base AS deps
RUN apk add --no-cache libc6-compat
ARG NPM_VERSION=10.9.8
RUN npm install -g "npm@${NPM_VERSION}"
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* .npmrc* ./
RUN \