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