File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 : .
Original file line number Diff line number Diff 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: .
Original file line number Diff line number Diff line change 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 : .
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 : .
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : .
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 : .
You can’t perform that action at this time.
0 commit comments