Skip to content

Commit 2bef958

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

5 files changed

+10
-10
lines changed

.github/workflows/build-legacy-branch.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Build the legacy x86_64 debug image
8282
if: matrix.arch == 'amd64'
83-
uses: docker/build-push-action@v5
83+
uses: docker/build-push-action@v6
8484
with:
8585
file: ./Dockerfile.x86_64.debug
8686
context: .
@@ -102,7 +102,7 @@ jobs:
102102
raw,${{ matrix.suffix }}-${{ inputs.ref }}
103103
104104
- name: Build the legacy ${{ matrix.arch }} image
105-
uses: docker/build-push-action@v5
105+
uses: docker/build-push-action@v6
106106
with:
107107
file: ./Dockerfile.${{ matrix.suffix }}
108108
context: .

.github/workflows/call-build-images.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Build the production images
116116
id: build_push
117-
uses: docker/build-push-action@v5
117+
uses: docker/build-push-action@v6
118118
with:
119119
file: ./dockerfiles/Dockerfile
120120
context: .
@@ -141,7 +141,7 @@ jobs:
141141
142142
- name: Build the debug multi-arch images
143143
id: debug_build_push
144-
uses: docker/build-push-action@v5
144+
uses: docker/build-push-action@v6
145145
with:
146146
file: ./dockerfiles/Dockerfile
147147
context: .
@@ -314,7 +314,7 @@ jobs:
314314
docker push ${{ inputs.registry }}/${{ inputs.image }}:windows-${{ matrix.windows-base-version }}-${{ inputs.version }}
315315
316316
# We cannot use this action as it requires privileged mode
317-
# uses: docker/build-push-action@v5
317+
# uses: docker/build-push-action@v6
318318
# with:
319319
# file: ./dockerfiles/Dockerfile.windows
320320
# context: .

.github/workflows/call-integration-image-build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
raw,${{ inputs.image-tag }}
6363
6464
- name: Build the AMD64 image
65-
uses: docker/build-push-action@v5
65+
uses: docker/build-push-action@v6
6666
with:
6767
file: ./dockerfiles/Dockerfile
6868
context: .
@@ -83,7 +83,7 @@ jobs:
8383
raw,${{ inputs.image-tag }}-debug
8484
8585
- name: Build the AMD64 debug image
86-
uses: docker/build-push-action@v5
86+
uses: docker/build-push-action@v6
8787
with:
8888
file: ./dockerfiles/Dockerfile
8989
context: .

.github/workflows/pr-compile-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: docker/setup-buildx-action@v3
2323

2424
- name: Attempt to build current source for CentOS 7
25-
uses: docker/build-push-action@v5
25+
uses: docker/build-push-action@v6
2626
with:
2727
context: .
2828
file: ./dockerfiles/Dockerfile.centos7

.github/workflows/pr-image-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Build the multi-arch images
3838
id: build
39-
uses: docker/build-push-action@v5
39+
uses: docker/build-push-action@v6
4040
with:
4141
file: ./dockerfiles/Dockerfile
4242
context: .
@@ -55,7 +55,7 @@ jobs:
5555
shell: bash
5656

5757
- name: Build the debug multi-arch images
58-
uses: docker/build-push-action@v5
58+
uses: docker/build-push-action@v6
5959
with:
6060
file: ./dockerfiles/Dockerfile
6161
context: .

0 commit comments

Comments
 (0)