Skip to content

Commit b9f41f9

Browse files
Bump docker/build-push-action from 5 to 6 (#2132)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1291d90 commit b9f41f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.GITHUB_TOKEN }}
4646
- name: Build and push
4747
if: ${{ steps.changes.outputs.changed == 'true' || startsWith(github.ref, 'refs/tags/') }}
48-
uses: docker/build-push-action@v5
48+
uses: docker/build-push-action@v6
4949
with:
5050
context: .
5151
platforms: linux/amd64,linux/arm64

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ jobs:
346346
password: ${{ secrets.GITHUB_TOKEN }}
347347
- uses: docker/setup-buildx-action@v3
348348
- name: Build
349-
uses: docker/build-push-action@v5
349+
uses: docker/build-push-action@v6
350350
with:
351351
context: .
352352
push: false

0 commit comments

Comments
 (0)