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@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 : .
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@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: .
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@v4
65+ uses : docker/build-push-action@v5
6666 with :
6767 file : ./dockerfiles/Dockerfile
6868 context : .
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 : .
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@v4
25+ uses : docker/build-push-action@v5
2626 with :
2727 context : .
2828 file : ./dockerfiles/Dockerfile.centos7
Original file line number Diff line number Diff line change 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 : .
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 : .
You can’t perform that action at this time.
0 commit comments