Skip to content

Commit 71f1204

Browse files
Fix build
1 parent facffd5 commit 71f1204

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,10 @@ jobs:
250250
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}"
251251
cache-from: type=gha
252252
cache-to: type=gha,mode=max
253+
load: true
253254
platforms: linux/amd64,linux/arm64
254255
push: true
255-
tags: 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'}}
256257

257258
- name: Release - Make directories
258259
run: sudo mkdir /build /release

0 commit comments

Comments
 (0)