diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9800b5c07..006c5985e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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 }}