Skip to content

Commit 9a8278d

Browse files
Update GitHub Action Versions (#1146)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 81c6c23 commit 9a8278d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/make-screenshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

0 commit comments

Comments
 (0)