We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea0443 commit f566819Copy full SHA for f566819
release/action.yaml
@@ -106,7 +106,7 @@ runs:
106
GITHUB_TOKEN: ${{ inputs.github-token }}
107
NPM_AUTH_TOKEN: ${{ inputs.npm-auth-token }}
108
NPM_TOKEN: ${{ inputs.npm-token }}
109
- - uses: open-turo/actions-node/build-docker@v5
+ - uses: open-turo/actions-node/build-docker@v6
110
id: docker-build
111
if: inputs.dockerhub-user != '' && inputs.dockerhub-password != '' && steps.release.outputs.new-release-version != ''
112
with:
0 commit comments