Browse Source

Update GitHub Action Versions (#1146)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/1149/head
Sebastian Stehle 1 year ago
committed by GitHub
parent
commit
9a8278d95f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/dev.yml
  2. 2
      .github/workflows/make-screenshots.yml
  3. 4
      .github/workflows/release.yml

4
.github/workflows/dev.yml

@ -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
@ -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

2
.github/workflows/make-screenshots.yml

@ -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

4
.github/workflows/release.yml

@ -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 }}"
@ -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

Loading…
Cancel
Save