Keir
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
.github/workflows/release.yml
|
|
@ -34,6 +34,7 @@ jobs: |
|
|
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}" |
|
|
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}" |
|
|
cache-from: type=gha |
|
|
cache-from: type=gha |
|
|
cache-to: type=gha,mode=max |
|
|
cache-to: type=gha,mode=max |
|
|
|
|
|
platforms: linux/amd64,linux/arm64 |
|
|
tags: squidex-local |
|
|
tags: squidex-local |
|
|
|
|
|
|
|
|
- name: Test - Start Compose |
|
|
- name: Test - Start Compose |
|
|
@ -185,4 +186,4 @@ jobs: |
|
|
|
|
|
|
|
|
- name: Release - Cleanup Binaries |
|
|
- name: Release - Cleanup Binaries |
|
|
if: always() |
|
|
if: always() |
|
|
run: docker rm squidex-container |
|
|
run: docker rm squidex-container |
|
|
|