Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TIVMOF authored Nov 15, 2024
1 parent cbc6a5c commit 5c0b270
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
exit 1
fi
- name: Install Dependencies
run: |
cd ./bank-backend
echo "@pi-online-bank:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${{ secrets.PASSWORD }}" > .npmrc
npm install
rm -rf .npmrc
- name: Initialize Buildx
run: |
docker buildx create --name builder || true
Expand Down

0 comments on commit 5c0b270

Please sign in to comment.