We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25ad2b commit d758333Copy full SHA for d758333
build-push-release-image/action.yml
@@ -52,7 +52,7 @@ runs:
52
yarn lerna run build --scope=${{ inputs.scope}}
53
fi
54
55
- - uses: toptal/davinci-github-actions/build-push-image@v15.5.0
+ - uses: toptal/davinci-github-actions/build-push-image@v17.1.0
56
with:
57
sha: ${{ inputs.sha }}
58
registry-name: ${{ inputs.registry-name }}
deploy-storybook/action.yml
@@ -107,7 +107,7 @@ runs:
107
echo "pr_number=${{ inputs.pr-number }}" >> $GITHUB_OUTPUT
108
109
- name: Build and Push Storybook Image
110
- uses: toptal/davinci-github-actions/build-push-image@v14.0.0
+ uses: toptal/davinci-github-actions/build-push-image@v17.1.0
111
if: ${{ inputs.use-prebuilt-image == 'false' }}
112
113
0 commit comments