File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ jobs:
241241
242242 - name : " [release] Build Docker image release candidate"
243243 if : ${{ startsWith(github.ref, 'refs/tags/') && env.snyk_available == 'true' }}
244- uses : docker/build-push-action@v6 # NOSONAR githubactions:S7637 - verified action creator
244+ uses : docker/build-push-action@v7 # NOSONAR githubactions:S7637 - verified action creator
245245 with :
246246 context : ./
247247 push : false
@@ -276,7 +276,7 @@ jobs:
276276# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
277277
278278 - name : Build and push Docker image
279- uses : docker/build-push-action@v6 # NOSONAR githubactions:S7637 - verified action creator
279+ uses : docker/build-push-action@v7 # NOSONAR githubactions:S7637 - verified action creator
280280 with :
281281 context : ./
282282 push : ${{ inputs.force_push_docker_image || github.event_name != 'pull_request' }}
You can’t perform that action at this time.
0 commit comments