mirror of
https://github.com/roapi/roapi.git
synced 2026-06-11 21:00:56 +08:00
fix build cache export
This commit is contained in:
parent
5ff5ef76d0
commit
98b46f2ad5
4
.github/workflows/roapi_release.yml
vendored
4
.github/workflows/roapi_release.yml
vendored
@ -253,7 +253,9 @@ jobs:
|
||||
packages: write
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# buildx setup required for build cache export
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
|
||||
with:
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4017,7 +4017,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "roapi"
|
||||
version = "0.11.2"
|
||||
version = "0.11.3"
|
||||
dependencies = [
|
||||
"arrow-cast",
|
||||
"arrow-flight",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "roapi"
|
||||
version = "0.11.2"
|
||||
version = "0.11.3"
|
||||
authors = ["QP Hou <dave2008713@gmail.com>"]
|
||||
homepage = "https://github.com/roapi/roapi"
|
||||
license = "MIT"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user