Merge pull request #2400 from dexidp/docker-cache
ci: add Docker cache to speed builds up
This commit is contained in:
commit
470327e002
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user