chore(actions): mode max with go build (#2086)

This commit is contained in:
Florian Forster 2021-07-28 11:45:44 +02:00 committed by GitHub
parent b614869b75
commit 451afada90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ jobs:
file: ./build/zitadel/Dockerfile
platforms: linux/amd64
cache-from: type=gha,scope=${{ github.workflow }}
cache-to: type=gha,scope=${{ github.workflow }}
cache-to: type=gha,scope=${{ github.workflow }},mode=max
outputs: type=local,dest=/tmp/zitadel
- uses: actions/upload-artifact@v2
with: