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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
3 additions and
3 deletions
-
.github/workflows/dev.yml
-
.github/workflows/make-screenshots.yml
-
.github/workflows/release.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 }}" |
|
|
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|
@ -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 }}" |
|
|
|
|