Skip to content

Commit

Permalink
fix: missing 20 version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 17, 2023
1 parent 2663637 commit dac34d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: wayofdev/gh-actions/.github/workflows/build-image.yml@master
with:
os: "ubuntu-latest"
push-to-hub: ${{ github.event_name != 'pull_request' }}
push-to-hub: true
image-namespace: "wayofdev/node"
image-template-path: "./dist"
image-template: ${{ matrix.node_version }}-${{ matrix.os_name }}
Expand Down

0 comments on commit dac34d8

Please sign in to comment.