mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-01 18:21:52 +02:00
Use cache when building docker image (#393)
This commit is contained in:
parent
8f8bc33a7b
commit
d81f6fc67d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue