Skip to content

Commit 7923484

Browse files
workflows: bump docker/build-push-action from 4 to 5 (#7915)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- 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 97d569d commit 7923484

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
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@v4
83+
uses: docker/build-push-action@v5
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@v4
105+
uses: docker/build-push-action@v5
106106
with:
107107
file: ./Dockerfile.${{ matrix.suffix }}
108108
context: .

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

Lines changed: 3 additions & 3 deletions
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@v4
117+
uses: docker/build-push-action@v5
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@v4
144+
uses: docker/build-push-action@v5
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@v4
317+
# uses: docker/build-push-action@v5
318318
# with:
319319
# file: ./dockerfiles/Dockerfile.windows
320320
# context: .

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

Lines changed: 2 additions & 2 deletions
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@v4
65+
uses: docker/build-push-action@v5
6666
with:
6767
file: ./dockerfiles/Dockerfile
6868
context: .
@@ -98,7 +98,7 @@ jobs:
9898
raw,${{ inputs.image-tag }}-debug
9999
100100
- name: Build the AMD64 debug image
101-
uses: docker/build-push-action@v4
101+
uses: docker/build-push-action@v5
102102
with:
103103
file: ./dockerfiles/Dockerfile
104104
context: .

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: docker/setup-buildx-action@v2
2323

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

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

Lines changed: 2 additions & 2 deletions
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@v4
39+
uses: docker/build-push-action@v5
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@v4
58+
uses: docker/build-push-action@v5
5959
with:
6060
file: ./dockerfiles/Dockerfile
6161
context: .

0 commit comments

Comments
 (0)