Skip to content

Commit 50fcaa2

Browse files
No load
1 parent 4a26dcb commit 50fcaa2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,11 @@ jobs:
247247
env:
248248
DOCKER_BUILD_RECORD_UPLOAD: false
249249
with:
250+
push: true
250251
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}"
251252
cache-from: type=gha
252253
cache-to: type=gha,mode=max
253-
load: true
254254
platforms: linux/amd64,linux/arm64
255-
push: true
256255
tags: squidex/squidex:${{ env.GITHUB_REF_SLUG }},squidex/squidex:${{ steps.version.outputs._0 }}${{env.STABLE_VERSION == 'true' && ',squidex/squidex:latest'}}
257256

258257
- name: Release - Make directories

0 commit comments

Comments
 (0)