File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 node-version : 18
3434
3535 - name : Build - BUILD
36- uses : docker/build-push-action@v6.9 .0
36+ uses : docker/build-push-action@v6.10 .0
3737 with :
3838 load : true
3939 cache-from : type=gha
@@ -148,7 +148,7 @@ jobs:
148148
149149 - name : Publish - Build & Push for Multi-Platforms
150150 if : github.event_name != 'pull_request'
151- uses : docker/build-push-action@v6.9 .0
151+ uses : docker/build-push-action@v6.10 .0
152152 with :
153153 build-args : " SQUIDEX__RUNTIME__VERSION=7.0.0-dev-${{ env.BUILD_NUMBER }}"
154154 cache-from : type=gha
Original file line number Diff line number Diff line change 2323 node-version : 18
2424
2525 - name : Build - BUILD
26- uses : docker/build-push-action@v6.9 .0
26+ uses : docker/build-push-action@v6.10 .0
2727 with :
2828 load : true
2929 cache-from : type=gha
Original file line number Diff line number Diff line change 2828 node-version : 18
2929
3030 - name : Build - BUILD
31- uses : docker/build-push-action@v6.9 .0
31+ uses : docker/build-push-action@v6.10 .0
3232 with :
3333 load : true
3434 build-args : " SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}"
@@ -142,7 +142,7 @@ jobs:
142142 password : ${{ secrets.DOCKER_PASSWORD }}
143143
144144 - name : Publish - Build & Push for Multi-Platforms
145- uses : docker/build-push-action@v6.9 .0
145+ uses : docker/build-push-action@v6.10 .0
146146 with :
147147 build-args : " SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}"
148148 cache-from : type=gha
You can’t perform that action at this time.
0 commit comments