We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2663637 commit dac34d8Copy full SHA for dac34d8
.github/workflows/build-latest.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: wayofdev/gh-actions/.github/workflows/build-image.yml@master
34
with:
35
os: "ubuntu-latest"
36
- push-to-hub: ${{ github.event_name != 'pull_request' }}
+ push-to-hub: true
37
image-namespace: "wayofdev/node"
38
image-template-path: "./dist"
39
image-template: ${{ matrix.node_version }}-${{ matrix.os_name }}
0 commit comments