Skip to content

Commit

Permalink
more image-build-2
Browse files Browse the repository at this point in the history
Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 committed Aug 13, 2024
1 parent ab9bdb9 commit 15eb9c0
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/image-build-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 15eb9c0

Please sign in to comment.