Skip to content

Commit

Permalink
Update GitHub Action Versions (#1146)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
SebastianStehle and github-actions[bot] authored Dec 7, 2024
1 parent 81c6c23 commit 9a8278d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version: 18

- name: Build - BUILD
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
load: true
cache-from: type=gha
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:

- name: Publish - Build & Push for Multi-Platforms
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
build-args: "SQUIDEX__RUNTIME__VERSION=7.0.0-dev-${{ env.BUILD_NUMBER }}"
cache-from: type=gha
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: 18

- name: Build - BUILD
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
load: true
cache-from: type=gha
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 18

- name: Build - BUILD
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
load: true
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}"
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Publish - Build & Push for Multi-Platforms
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}"
cache-from: type=gha
Expand Down

0 comments on commit 9a8278d

Please sign in to comment.