Add a step to install dependencies before building the image

This commit is contained in:
Eugene Burmakin 2024-04-21 15:28:48 +02:00
parent 0fbf430106
commit 54ba5566f1

View file

@ -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: