@@ -204,7 +204,7 @@ jobs:
204
204
password : ${{ secrets.GITHUB_TOKEN }}
205
205
- name : Build and push to GHCR
206
206
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
208
208
with :
209
209
context : .
210
210
file : ./meteor/Dockerfile.circle
@@ -215,7 +215,7 @@ jobs:
215
215
github-token : ${{ github.token }}
216
216
- name : Build and push to DockerHub
217
217
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
219
219
with :
220
220
context : .
221
221
file : ./meteor/Dockerfile.circle
@@ -354,7 +354,7 @@ jobs:
354
354
password : ${{ secrets.GITHUB_TOKEN }}
355
355
- name : Build and push to GHCR
356
356
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
358
358
with :
359
359
context : ./packages
360
360
file : ./packages/${{ matrix.gateway-name }}/Dockerfile.circle
@@ -364,7 +364,7 @@ jobs:
364
364
tags : " ${{ steps.ghcr-tag.outputs.tags }}"
365
365
- name : Build and push to DockerHub
366
366
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
368
368
with :
369
369
context : ./packages
370
370
file : ./packages/${{ matrix.gateway-name }}/Dockerfile.circle
0 commit comments