Browse Source

Update GitHub Action Versions (#1076)

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

2
.github/workflows/dev.yml

@ -33,7 +33,7 @@ jobs:
node-version: 18
- name: Build - BUILD
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.2.0
with:
load: true
build-args: "SQUIDEX__RUNTIME__VERSION=7.0.0-dev-${{ env.BUILD_NUMBER }}"

2
.github/workflows/make-screenshots.yml

@ -23,7 +23,7 @@ jobs:
node-version: 18
- name: Build - BUILD
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.2.0
with:
load: true
cache-from: type=gha

2
.github/workflows/release.yml

@ -28,7 +28,7 @@ jobs:
node-version: 18
- name: Build - BUILD
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.2.0
with:
load: true
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}"

Loading…
Cancel
Save