File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6262 type=sha
6363
6464 - name : ' [docker] Build'
65- uses : docker/build-push-action@v6
65+ uses : docker/build-push-action@v7
6666 with :
6767 context : ${{ env.DOCKER_META_CONTEXT }}
6868 file : ${{ env.DOCKER_META_FILE }}
9191 suffix=${{ env.DOCKER_META_SUFFIX }}
9292
9393 - name : ' [docker-dev] Build + Push'
94- uses : docker/build-push-action@v6
94+ uses : docker/build-push-action@v7
9595 if : github.event_name != 'pull_request' && steps.meta-dev.outputs.tags != '' && env.DOCKER_HUB_USERNAME != ''
9696 with :
9797 context : ${{ env.DOCKER_META_CONTEXT }}
@@ -118,7 +118,7 @@ jobs:
118118 suffix=${{ env.DOCKER_META_SUFFIX }}
119119
120120 - name : ' [docker-public] Build + Push'
121- uses : docker/build-push-action@v6
121+ uses : docker/build-push-action@v7
122122 if : github.event_name != 'pull_request' && steps.meta-public.outputs.tags != '' && env.DOCKER_HUB_USERNAME != ''
123123 with :
124124 context : ${{ env.DOCKER_META_CONTEXT }}
Original file line number Diff line number Diff line change 6565 suffix=${{ env.DOCKER_META_SUFFIX }}
6666
6767 - name : ' [docker] Build (default)'
68- uses : docker/build-push-action@v6
68+ uses : docker/build-push-action@v7
6969 with :
7070 context : ${{ env.DOCKER_META_CONTEXT }}
7171 file : ${{ env.DOCKER_META_FILE }}
9494 suffix=${{ env.DOCKER_META_SUFFIX }}
9595
9696 - name : ' [docker-dev] Build + Push (default)'
97- uses : docker/build-push-action@v6
97+ uses : docker/build-push-action@v7
9898 if : github.event_name != 'pull_request' && steps.meta-dev-default.outputs.tags != '' && env.DOCKER_HUB_USERNAME != ''
9999 with :
100100 context : ${{ env.DOCKER_META_CONTEXT }}
@@ -121,7 +121,7 @@ jobs:
121121 suffix=${{ env.DOCKER_META_SUFFIX }}
122122
123123 - name : ' [docker-public] Build + Push (default)'
124- uses : docker/build-push-action@v6
124+ uses : docker/build-push-action@v7
125125 if : github.event_name != 'pull_request' && steps.meta-public-default.outputs.tags != '' && env.DOCKER_HUB_USERNAME != ''
126126 with :
127127 context : ${{ env.DOCKER_META_CONTEXT }}
You can’t perform that action at this time.
0 commit comments