Skip to content

Commit afe3ae0

Browse files
chore(deps): bump docker/build-push-action from 5 to 6 (#10451)
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 d3c20b0 commit afe3ae0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-image.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# builds, only one platform is being loaded into the cache. This would
7373
# prevent us from testing the other platforms.
7474
- name: Build Docker image (linux/amd64)
75-
uses: docker/build-push-action@v5
75+
uses: docker/build-push-action@v6
7676
with:
7777
platforms: linux/amd64
7878
context: .
@@ -84,7 +84,7 @@ jobs:
8484
cache-to: type=local,dest=/tmp/.buildx-cache-new
8585

8686
- name: Build Docker image (linux/arm/v7)
87-
uses: docker/build-push-action@v5
87+
uses: docker/build-push-action@v6
8888
with:
8989
platforms: linux/arm/v7
9090
context: .
@@ -96,7 +96,7 @@ jobs:
9696
cache-to: type=local,dest=/tmp/.buildx-cache-new
9797

9898
- name: Build Docker image (linux/arm64/v8)
99-
uses: docker/build-push-action@v5
99+
uses: docker/build-push-action@v6
100100
with:
101101
platforms: linux/arm64/v8
102102
context: .
@@ -116,7 +116,7 @@ jobs:
116116
# This will only push the previously built images.
117117
- if: github.event_name != 'workflow_dispatch' || github.event.inputs.push == 'true'
118118
name: Publish to Docker Hub
119-
uses: docker/build-push-action@v5
119+
uses: docker/build-push-action@v6
120120
with:
121121
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
122122
context: .

0 commit comments

Comments
 (0)