File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments