Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Feb 1, 2023
1 parent 2dff152 commit 8a6ed7b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,14 @@ jobs:
docker tag squidex-local squidex/squidex:${{ steps.version.outputs._0 }}
- name: Publish - Push Tags
if: env.STABLE_VERSION == 'true'
run: |
docker tag squidex-local squidex/squidex:latest
docker tag squidex-local squidex/squidex:${{ env.GITHUB_REF_SLUG }}
docker tag squidex-local squidex/squidex:${{ steps.version.outputs._0 }}
- name: Publish - Push Latest
if: env.STABLE_VERSION == 'true'
run: |
docker tag squidex-local squidex/squidex:latest
- name: Release - Make directories
run: sudo mkdir /build /release
Expand Down

0 comments on commit 8a6ed7b

Please sign in to comment.