From c5574ecc76fdbc9f0efd0a04bbc5f8fa2f5273b2 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Sun, 14 Jan 2024 20:29:02 +0100 Subject: [PATCH] add registry.npmjs.org to allowlist of domains for build --- .github/workflows/build_hypernext.yaml | 1 + .github/workflows/push_latest_image.yaml | 1 + .github/workflows/push_stable_image.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/build_hypernext.yaml b/.github/workflows/build_hypernext.yaml index c1f8fea..8ebc3f7 100644 --- a/.github/workflows/build_hypernext.yaml +++ b/.github/workflows/build_hypernext.yaml @@ -36,6 +36,7 @@ jobs: production.cloudflare.docker.com registry.yarnpkg.com repo.yarnpkg.com + registry.npmjs.org - name: Checkout elabimg repo uses: actions/checkout@v3 diff --git a/.github/workflows/push_latest_image.yaml b/.github/workflows/push_latest_image.yaml index d399a40..ae9f528 100644 --- a/.github/workflows/push_latest_image.yaml +++ b/.github/workflows/push_latest_image.yaml @@ -32,6 +32,7 @@ jobs: production.cloudflare.docker.com registry.yarnpkg.com repo.yarnpkg.com + registry.npmjs.org - name: Checkout elabimg repo uses: actions/checkout@v3 diff --git a/.github/workflows/push_stable_image.yaml b/.github/workflows/push_stable_image.yaml index 6d36a18..5102e41 100644 --- a/.github/workflows/push_stable_image.yaml +++ b/.github/workflows/push_stable_image.yaml @@ -34,6 +34,7 @@ jobs: production.cloudflare.docker.com registry.yarnpkg.com repo.yarnpkg.com + registry.npmjs.org - name: Checkout elabimg repo uses: actions/checkout@v3