Skip to content

Commit caf63dd

Browse files
workflows: bump docker/build-push-action from 3 to 4 (#6756)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- 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 69af4c1 commit caf63dd

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@v3
83+
uses: docker/build-push-action@v4
8484
with:
8585
file: ./Dockerfile.x86_64.debug
8686
context: .
@@ -101,7 +101,7 @@ jobs:
101101
raw,${{ matrix.suffix }}-${{ inputs.ref }}
102102
103103
- name: Build the legacy ${{ matrix.arch }} image
104-
uses: docker/build-push-action@v3
104+
uses: docker/build-push-action@v4
105105
with:
106106
file: ./Dockerfile.${{ matrix.suffix }}
107107
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@v3
117+
uses: docker/build-push-action@v4
118118
with:
119119
file: ./dockerfiles/Dockerfile
120120
context: .
@@ -139,7 +139,7 @@ jobs:
139139
140140
- name: Build the debug multi-arch images
141141
id: debug_build_push
142-
uses: docker/build-push-action@v3
142+
uses: docker/build-push-action@v4
143143
with:
144144
file: ./dockerfiles/Dockerfile
145145
context: .
@@ -310,7 +310,7 @@ jobs:
310310
docker push ${{ inputs.registry }}/${{ inputs.image }}:windows-${{ matrix.windows-base-version }}-${{ inputs.version }}
311311
312312
# We cannot use this action as it requires privileged mode
313-
# uses: docker/build-push-action@v3
313+
# uses: docker/build-push-action@v4
314314
# with:
315315
# file: ./dockerfiles/Dockerfile.windows
316316
# 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@v3
65+
uses: docker/build-push-action@v4
6666
with:
6767
file: ./dockerfiles/Dockerfile
6868
context: .
@@ -97,7 +97,7 @@ jobs:
9797
raw,${{ inputs.image-tag }}-debug
9898
9999
- name: Build the AMD64 debug image
100-
uses: docker/build-push-action@v3
100+
uses: docker/build-push-action@v4
101101
with:
102102
file: ./dockerfiles/Dockerfile
103103
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@v3
25+
uses: docker/build-push-action@v4
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
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v2
2525

2626
- name: Build the multi-arch images
27-
uses: docker/build-push-action@v3
27+
uses: docker/build-push-action@v4
2828
with:
2929
file: ./dockerfiles/Dockerfile
3030
context: .
@@ -34,7 +34,7 @@ jobs:
3434
load: false
3535

3636
- name: Build the debug multi-arch images
37-
uses: docker/build-push-action@v3
37+
uses: docker/build-push-action@v4
3838
with:
3939
file: ./dockerfiles/Dockerfile
4040
context: .

0 commit comments

Comments
 (0)