ci: add Docker cache to speed builds up

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2022-02-04 12:45:52 +01:00
parent 8519219dae
commit 8cee3927b4
No known key found for this signature in database
GPG Key ID: 31AB0439F4C5C90E
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: |