Skip to content

Commit 2d42f66

Browse files
build(deps): bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d557c0c commit 2d42f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Build and push Docker image
6767
id: push
68-
uses: docker/build-push-action@v6 # NOSONAR githubactions:S7637 - verified action creator
68+
uses: docker/build-push-action@v7 # NOSONAR githubactions:S7637 - verified action creator
6969
with:
7070
context: ./test-dataset/dummyconsumer/
7171
file: ./test-dataset/dummyconsumer/Dockerfile

0 commit comments

Comments
 (0)