@@ -29,13 +29,13 @@ jobs:
2929 BASE_DIR : .
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333
3434 - name : Set up QEMU
35- uses : docker/setup-qemu-action@v2
35+ uses : docker/setup-qemu-action@v3
3636
3737 - name : Set up Docker Buildx
38- uses : docker/setup-buildx-action@v2
38+ uses : docker/setup-buildx-action@v3
3939
4040 - name : Build Dockerfile
4141 run : |
4545 working-directory : ${{ env.BASE_DIR }}
4646
4747 - name : Build image
48- uses : docker/build-push-action@v4
48+ uses : docker/build-push-action@v6
4949 with :
5050 context : ${{ env.BASE_DIR }}
5151 build-args : BASE_IMAGE_TAG=${{ env.BASE_IMAGE_TAG }}
@@ -59,14 +59,14 @@ jobs:
5959
6060 - name : Login to DockerHub
6161 if : " github.event_name != 'pull_request'"
62- uses : docker/login-action@v2
62+ uses : docker/login-action@v3
6363 with :
6464 username : ${{ secrets.DOCKER_USERNAME }}
6565 password : ${{ secrets.DOCKER_PASSWORD }}
6666
6767 - name : Push image to registry
6868 if : " github.event_name != 'pull_request'"
69- uses : docker/build-push-action@v4
69+ uses : docker/build-push-action@v6
7070 with :
7171 platforms : ${{ env.PLATFORMS }}
7272 context : ${{ env.BASE_DIR }}
@@ -93,13 +93,13 @@ jobs:
9393 BASE_DIR : ./dev
9494 steps :
9595 - name : Checkout
96- uses : actions/checkout@v3
96+ uses : actions/checkout@v4
9797
9898 - name : Set up QEMU
99- uses : docker/setup-qemu-action@v2
99+ uses : docker/setup-qemu-action@v3
100100
101101 - name : Set up Docker Buildx
102- uses : docker/setup-buildx-action@v2
102+ uses : docker/setup-buildx-action@v3
103103
104104 - name : Build Dockerfile
105105 run : |
@@ -109,7 +109,7 @@ jobs:
109109 working-directory : ${{ env.BASE_DIR }}
110110
111111 - name : Build image
112- uses : docker/build-push-action@v4
112+ uses : docker/build-push-action@v6
113113 with :
114114 context : ${{ env.BASE_DIR }}
115115 build-args : BASE_IMAGE_TAG=${{ env.BASE_IMAGE_TAG }}
@@ -123,14 +123,14 @@ jobs:
123123
124124 - name : Login to DockerHub
125125 if : " github.event_name != 'pull_request'"
126- uses : docker/login-action@v2
126+ uses : docker/login-action@v3
127127 with :
128128 username : ${{ secrets.DOCKER_USERNAME }}
129129 password : ${{ secrets.DOCKER_PASSWORD }}
130130
131131 - name : Push image to registry
132132 if : " github.event_name != 'pull_request'"
133- uses : docker/build-push-action@v4
133+ uses : docker/build-push-action@v6
134134 with :
135135 platforms : ${{ env.PLATFORMS }}
136136 context : ${{ env.BASE_DIR }}
@@ -156,13 +156,13 @@ jobs:
156156 BASE_DIR : ./swoole
157157 steps :
158158 - name : Checkout
159- uses : actions/checkout@v3
159+ uses : actions/checkout@v4
160160
161161 - name : Set up QEMU
162- uses : docker/setup-qemu-action@v2
162+ uses : docker/setup-qemu-action@v3
163163
164164 - name : Set up Docker Buildx
165- uses : docker/setup-buildx-action@v2
165+ uses : docker/setup-buildx-action@v3
166166
167167 - name : Build Dockerfile
168168 run : |
@@ -172,7 +172,7 @@ jobs:
172172 working-directory : ${{ env.BASE_DIR }}
173173
174174 - name : Build image
175- uses : docker/build-push-action@v4
175+ uses : docker/build-push-action@v6
176176 with :
177177 context : ${{ env.BASE_DIR }}
178178 build-args : BASE_IMAGE_TAG=${{ env.BASE_IMAGE_TAG }}
@@ -186,14 +186,14 @@ jobs:
186186
187187 - name : Login to DockerHub
188188 if : " github.event_name != 'pull_request'"
189- uses : docker/login-action@v2
189+ uses : docker/login-action@v3
190190 with :
191191 username : ${{ secrets.DOCKER_USERNAME }}
192192 password : ${{ secrets.DOCKER_PASSWORD }}
193193
194194 - name : Push image to registry
195195 if : " github.event_name != 'pull_request'"
196- uses : docker/build-push-action@v4
196+ uses : docker/build-push-action@v6
197197 with :
198198 platforms : ${{ env.PLATFORMS }}
199199 context : ${{ env.BASE_DIR }}
@@ -218,13 +218,13 @@ jobs:
218218 BASE_DIR : ./parallel
219219 steps :
220220 - name : Checkout
221- uses : actions/checkout@v3
221+ uses : actions/checkout@v4
222222
223223 - name : Set up QEMU
224- uses : docker/setup-qemu-action@v2
224+ uses : docker/setup-qemu-action@v3
225225
226226 - name : Set up Docker Buildx
227- uses : docker/setup-buildx-action@v2
227+ uses : docker/setup-buildx-action@v3
228228
229229 - name : Build Dockerfile
230230 run : |
@@ -234,7 +234,7 @@ jobs:
234234 working-directory : ${{ env.BASE_DIR }}
235235
236236 - name : Build image
237- uses : docker/build-push-action@v4
237+ uses : docker/build-push-action@v6
238238 with :
239239 context : ${{ env.BASE_DIR }}
240240 build-args : BASE_IMAGE_TAG=${{ env.BASE_IMAGE_TAG }}
@@ -248,14 +248,14 @@ jobs:
248248
249249 - name : Login to DockerHub
250250 if : " github.event_name != 'pull_request'"
251- uses : docker/login-action@v2
251+ uses : docker/login-action@v3
252252 with :
253253 username : ${{ secrets.DOCKER_USERNAME }}
254254 password : ${{ secrets.DOCKER_PASSWORD }}
255255
256256 - name : Push image to registry
257257 if : " github.event_name != 'pull_request'"
258- uses : docker/build-push-action@v4
258+ uses : docker/build-push-action@v6
259259 with :
260260 platforms : ${{ env.PLATFORMS }}
261261 context : ${{ env.BASE_DIR }}
0 commit comments