mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +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: .
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue