mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
try to fix docker build cache
This commit is contained in:
parent
8d12df4943
commit
b4ff8d7e2f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -39,8 +39,8 @@ jobs:
|
|||
context: .
|
||||
file: Dockerfile.rust
|
||||
push: false
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha
|
||||
cache-from: type=registry,ref=ghcr.io/pluralkit/docker-cache:rust
|
||||
cache-to: type=registry,ref=ghcr.io/pluralkit/docker-cache:rust,mode=max
|
||||
outputs: .docker-bin
|
||||
|
||||
# add more binaries here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue