Use cache when building docker image (#393)

This commit is contained in:
Luke Vella 2023-01-12 16:44:21 +00:00 committed by GitHub
parent 8f8bc33a7b
commit d81f6fc67d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,8 @@ jobs:
with:
platforms: linux/arm64,linux/amd64
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
${{ secrets.DOCKER_USERNAME }}/rallly:latest
${{ secrets.DOCKER_USERNAME }}/rallly:${{ github.sha }}