Skip to content

Commit 620c675

Browse files
Fix build again.
1 parent 71f1204 commit 620c675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
load: true
254254
platforms: linux/amd64,linux/arm64
255255
push: true
256-
tags: squidex-local squidex/squidex:${{ env.GITHUB_REF_SLUG }},squidex/squidex:${{ steps.version.outputs._0 }}${{env.STABLE_VERSION == 'true' && ',squidex/squidex:latest'}}
256+
tags: squidex-local,squidex/squidex:${{ env.GITHUB_REF_SLUG }},squidex/squidex:${{ steps.version.outputs._0 }}${{env.STABLE_VERSION == 'true' && ',squidex/squidex:latest'}}
257257

258258
- name: Release - Make directories
259259
run: sudo mkdir /build /release

0 commit comments

Comments
 (0)