Skip to content

Commit

Permalink
npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
GOrtiz16 committed May 16, 2024
1 parent 58b2d71 commit 096ff9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
node-version: 18.x

- name: Install dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm install
working-directory: ./app

- uses: azure/docker-login@v1
with:
login-server: $REGISTRY_SERVER
login-server: ${{ vars.REGISTRY_SERVER }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}

Expand Down

0 comments on commit 096ff9e

Please sign in to comment.