Skip to content

Commit d758333

Browse files
authored
[No jira] Change build-push-release-image (#392)
1 parent f25ad2b commit d758333

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-push-release-image/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
yarn lerna run build --scope=${{ inputs.scope}}
5353
fi
5454
55-
- uses: toptal/davinci-github-actions/build-push-image@v15.5.0
55+
- uses: toptal/davinci-github-actions/build-push-image@v17.1.0
5656
with:
5757
sha: ${{ inputs.sha }}
5858
registry-name: ${{ inputs.registry-name }}

deploy-storybook/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ runs:
107107
echo "pr_number=${{ inputs.pr-number }}" >> $GITHUB_OUTPUT
108108
109109
- name: Build and Push Storybook Image
110-
uses: toptal/davinci-github-actions/build-push-image@v14.0.0
110+
uses: toptal/davinci-github-actions/build-push-image@v17.1.0
111111
if: ${{ inputs.use-prebuilt-image == 'false' }}
112112
with:
113113
sha: ${{ inputs.sha }}

0 commit comments

Comments
 (0)