try to fix docker build cache

This commit is contained in:
alyssa 2024-06-18 17:58:10 +09:00
parent 8d12df4943
commit b4ff8d7e2f

View file

@ -39,8 +39,8 @@ jobs:
context: . context: .
file: Dockerfile.rust file: Dockerfile.rust
push: false push: false
cache-from: type=gha cache-from: type=registry,ref=ghcr.io/pluralkit/docker-cache:rust
cache-to: type=gha cache-to: type=registry,ref=ghcr.io/pluralkit/docker-cache:rust,mode=max
outputs: .docker-bin outputs: .docker-bin
# add more binaries here # add more binaries here