mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Add a step to install dependencies before building the image
This commit is contained in:
parent
0fbf430106
commit
54ba5566f1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_and_push.yml
vendored
2
.github/workflows/build_and_push.yml
vendored
|
|
@ -19,6 +19,8 @@ jobs:
|
|||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-buildx-
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3.1.0
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue