From 15eb9c05fb2220a000a635965348baba11468caa Mon Sep 17 00:00:00 2001 From: Scott J Dickerson Date: Fri, 9 Aug 2024 14:52:52 -0400 Subject: [PATCH] more image-build-2 Signed-off-by: Scott J Dickerson --- .github/workflows/image-build-2.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-build-2.yaml b/.github/workflows/image-build-2.yaml index eee9a40fa..9a6572e3e 100644 --- a/.github/workflows/image-build-2.yaml +++ b/.github/workflows/image-build-2.yaml @@ -28,10 +28,22 @@ env: # pre_build_cmd: | # echo "registry=\"http://localhost:4873\"" >> .npmrc - # pre_build_cmd: | - # echo "registry=https://npm.pkg.github.com" >> .npmrc + # echo "registry=\"http://host.containers.internal:4873\"" >> .npmrc + # echo "registry=\"http://host.docker.internal:4873\"" >> .npmrc jobs: + # fill-cache: + # runs-on: ubuntu-latest + + # # setup a npm mirror server so multiple npm installs can share fetches + # services: + # npm-mirror: + # image: verdaccio/verdaccio:5 + # ports: + # - 4873:4873 + # volumes: + # - + build: runs-on: ubuntu-latest