Skip to content

Commit

Permalink
ci: add new step for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kdavis committed May 29, 2024
1 parent 543848c commit b297721
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}"
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
tags: squidex-local

- name: Test - Start Compose
Expand Down Expand Up @@ -117,6 +116,15 @@ jobs:
run: docker-compose down
working-directory: tools/TestSuite

- name: Publish - Build for Multi-Platforms
uses: docker/[email protected]
with:
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}"
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
tags: squidex-local

- name: Publish - Get Major Version
id: version
uses: rishabhgupta/[email protected]
Expand Down

0 comments on commit b297721

Please sign in to comment.