We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a26dcb commit 50fcaa2Copy full SHA for 50fcaa2
.github/workflows/release.yml
@@ -247,12 +247,11 @@ jobs:
247
env:
248
DOCKER_BUILD_RECORD_UPLOAD: false
249
with:
250
+ push: true
251
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}"
252
cache-from: type=gha
253
cache-to: type=gha,mode=max
- load: true
254
platforms: linux/amd64,linux/arm64
255
- push: true
256
tags: squidex/squidex:${{ env.GITHUB_REF_SLUG }},squidex/squidex:${{ steps.version.outputs._0 }}${{env.STABLE_VERSION == 'true' && ',squidex/squidex:latest'}}
257
258
- name: Release - Make directories
0 commit comments