fix: custom mail texts (#2101)

* fix: custom mail texts

* fix: custom mail texts

* disable cache

* enable cache again

* disable cache again

* comment
This commit is contained in:
Livio Amstutz
2021-07-29 14:29:09 +02:00
committed by GitHub
parent 7d3c768d8b
commit de9f88bf5b
2 changed files with 6 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ jobs:
context: .
file: ./build/zitadel/Dockerfile
platforms: linux/amd64
cache-from: type=gha,scope=${{ github.workflow }}
# cache-from: type=gha,scope=${{ github.workflow }} (https://github.com/caos/zitadel/issues/2102)
cache-to: type=gha,scope=${{ github.workflow }},mode=max
outputs: type=local,dest=/tmp/zitadel
- uses: actions/upload-artifact@v2
@@ -124,7 +124,7 @@ jobs:
context: .
file: ./build/console/Dockerfile
platforms: linux/amd64
cache-from: type=gha,scope=${{ github.workflow }}
# cache-from: type=gha,scope=${{ github.workflow }} (https://github.com/caos/zitadel/issues/2102)
cache-to: type=gha,scope=${{ github.workflow }},mode=max
outputs: type=local,dest=/tmp/zitadel-console
- uses: actions/upload-artifact@v2
@@ -194,7 +194,7 @@ jobs:
context: .
file: ./build/operator/Dockerfile
platforms: linux/amd64
cache-from: type=gha,scope=${{ matrix.goos }}-${{ matrix.goarch }}
# cache-from: type=gha,scope=${{ matrix.goos }}-${{ matrix.goarch }} (https://github.com/caos/zitadel/issues/2102)
cache-to: type=gha,scope=${{ matrix.goos }}-${{ matrix.goarch }},mode=max
outputs: type=local,dest=/tmp/operator
build-args: |