Merge pull request #2400 from dexidp/docker-cache

ci: add Docker cache to speed builds up
This commit is contained in:
Márk Sági-Kazár 2022-02-07 10:31:13 +01:00 committed by GitHub
commit 470327e002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
push: ${{ github.event_name == 'push' }}
tags: ${{ steps.tags.outputs.tags }}
build-args: |