Skip to content

Commit 5b718ff

Browse files
chore(deps): bump docker/build-push-action from 6 to 7 (#268)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a1dc8f commit 5b718ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
uses: docker/setup-buildx-action@v3
324324

325325
- name: Build Docker image
326-
uses: docker/build-push-action@v6
326+
uses: docker/build-push-action@v7
327327
with:
328328
context: .
329329
push: false

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Build and push by digest
5252
id: build
53-
uses: docker/build-push-action@v6
53+
uses: docker/build-push-action@v7
5454
with:
5555
context: .
5656
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)