Jenkins
Tests / Test tests.test_workspace_packaging.test_workspace_distributions_own_expected_import_packages failed
Tests / Test tests.test_workspace_packaging.test_workspace_distributions_own_expected_import_packages failed
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
# NOTE: do not set NODE_ENV=production here — vue-tsc and typescript are
|
# NOTE: do not set NODE_ENV=production here — vue-tsc and typescript are
|
||||||
# devDependencies required by `npm run build`.
|
# devDependencies required by `npm run build`.
|
||||||
ARG NPM_REGISTRY=https://registry.npmjs.org
|
ARG NPM_REGISTRY=https://registry.npmjs.org
|
||||||
FROM registry.jerryyan.net/library/node:20-bookworm-slim AS frontend
|
FROM registry.jerryyan.top/library/node:20-bookworm-slim AS frontend
|
||||||
# Re-declare inside the stage so --build-arg values (or the global default)
|
# Re-declare inside the stage so --build-arg values (or the global default)
|
||||||
# are visible to RUN. Without this, ARGs declared before FROM are inaccessible.
|
# are visible to RUN. Without this, ARGs declared before FROM are inaccessible.
|
||||||
ARG NPM_REGISTRY
|
ARG NPM_REGISTRY
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: registry.jerryyan.net/library/postgres:18
|
image: registry.jerryyan.top/library/postgres:18
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: ${POSTGRES_DB}
|
POSTGRES_DB: ${POSTGRES_DB}
|
||||||
POSTGRES_USER: ${POSTGRES_USER}
|
POSTGRES_USER: ${POSTGRES_USER}
|
||||||
|
|||||||
Reference in New Issue
Block a user