Skip to content

Commit

Permalink
Fix docker container (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov authored Jul 31, 2022
1 parent 680b739 commit 0c7b927
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- name: Use wasm-pack
uses: jetli/[email protected]
with:
version: "v0.10.2"

- run: npm ci
- run: npm run lint
- run: npm run build --if-present

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
Expand Down

0 comments on commit 0c7b927

Please sign in to comment.