Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Dec 21, 2023
1 parent 12ff0e9 commit 9ee0153
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: latest
- name: Generate package-lock.json
run: npm install --package-lock-only
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 9ee0153

Please sign in to comment.