|
|
@ -46,10 +46,10 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
push: false |
|
|
push: false |
|
|
load: true |
|
|
load: true |
|
|
tags: squidex-tmp |
|
|
|
|
|
build-args: "SQUIDEX__VERSION=5.0.0-dev-${{ env.BUILD_NUMBER }}" |
|
|
build-args: "SQUIDEX__VERSION=5.0.0-dev-${{ env.BUILD_NUMBER }}" |
|
|
cache-from: type=local,src=/tmp/.buildx-cache |
|
|
cache-from: type=local,src=/tmp/.buildx-cache |
|
|
cache-to: type=local,dest=/tmp/.buildx-cache-new |
|
|
cache-to: type=local,dest=/tmp/.buildx-cache-new |
|
|
|
|
|
tags: squidex-tmp |
|
|
|
|
|
|
|
|
- name: Export Image |
|
|
- name: Export Image |
|
|
run: docker save squidex-tmp | gzip > squidex-tmp.tar.gz |
|
|
run: docker save squidex-tmp | gzip > squidex-tmp.tar.gz |
|
|
|