Skip to content

Commit

Permalink
add npm ci step back in now that I know what it is
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnider-chg committed Feb 20, 2024
1 parent 9c9c557 commit 93db5da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- run: npm ci

- run: npm run build

- name: Build multi-arch image
Expand Down

0 comments on commit 93db5da

Please sign in to comment.