@@ -204,7 +204,7 @@ jobs:
204204 password : ${{ secrets.GITHUB_TOKEN }}
205205 - name : Build and push to GHCR
206206 if : steps.check-build-and-push.outputs.enable == 'true' && steps.check-ghcr.outputs.enable == 'true' && steps.ghcr-tag.outputs.tags != 0
207- uses : docker/build-push-action@v5
207+ uses : docker/build-push-action@v6
208208 with :
209209 context : .
210210 file : ./meteor/Dockerfile.circle
@@ -215,7 +215,7 @@ jobs:
215215 github-token : ${{ github.token }}
216216 - name : Build and push to DockerHub
217217 if : steps.check-build-and-push.outputs.enable == 'true' && steps.dockerhub.outputs.dockerhub-publish == '1'
218- uses : docker/build-push-action@v5
218+ uses : docker/build-push-action@v6
219219 with :
220220 context : .
221221 file : ./meteor/Dockerfile.circle
@@ -354,7 +354,7 @@ jobs:
354354 password : ${{ secrets.GITHUB_TOKEN }}
355355 - name : Build and push to GHCR
356356 if : steps.check-build-and-push.outputs.enable == 'true' && steps.check-ghcr.outputs.enable == 'true' && steps.ghcr-tag.outputs.tags != 0
357- uses : docker/build-push-action@v5
357+ uses : docker/build-push-action@v6
358358 with :
359359 context : ./packages
360360 file : ./packages/${{ matrix.gateway-name }}/Dockerfile.circle
@@ -364,7 +364,7 @@ jobs:
364364 tags : " ${{ steps.ghcr-tag.outputs.tags }}"
365365 - name : Build and push to DockerHub
366366 if : steps.check-build-and-push.outputs.enable == 'true' && steps.dockerhub.outputs.dockerhub-publish == '1'
367- uses : docker/build-push-action@v5
367+ uses : docker/build-push-action@v6
368368 with :
369369 context : ./packages
370370 file : ./packages/${{ matrix.gateway-name }}/Dockerfile.circle
0 commit comments