Skip to content

Commit dac34d8

Browse files
committed
fix: missing 20 version of node
1 parent 2663637 commit dac34d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: wayofdev/gh-actions/.github/workflows/build-image.yml@master
3434
with:
3535
os: "ubuntu-latest"
36-
push-to-hub: ${{ github.event_name != 'pull_request' }}
36+
push-to-hub: true
3737
image-namespace: "wayofdev/node"
3838
image-template-path: "./dist"
3939
image-template: ${{ matrix.node_version }}-${{ matrix.os_name }}

0 commit comments

Comments
 (0)