mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-08 05:31:51 +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:
|
with:
|
||||||
platforms: linux/arm64,linux/amd64
|
platforms: linux/arm64,linux/amd64
|
||||||
push: true
|
push: true
|
||||||
|
cache-from: type=gha
|
||||||
|
cache-to: type=gha,mode=max
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKER_USERNAME }}/rallly:latest
|
${{ secrets.DOCKER_USERNAME }}/rallly:latest
|
||||||
${{ secrets.DOCKER_USERNAME }}/rallly:${{ github.sha }}
|
${{ secrets.DOCKER_USERNAME }}/rallly:${{ github.sha }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue