Skip to content

Commit 0798603

Browse files
Merge pull request #105 from steadybit/dependabot/github_actions/docker/build-push-action-7
chore(deps): bump docker/build-push-action from 6 to 7
2 parents 7d25c7c + 331ff71 commit 0798603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-extension-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)