mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
fix linux and docker release
This commit is contained in:
parent
f1284592a6
commit
5d97802813
4
.github/workflows/roapi_http_release.yml
vendored
4
.github/workflows/roapi_http_release.yml
vendored
@ -126,7 +126,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Rust toolchain
|
||||
run: |
|
||||
rustup update nightly
|
||||
rustup update nightly-2021-07-17
|
||||
rustup target add \
|
||||
--toolchain nightly-2021-07-17 \
|
||||
${{ matrix.platform.target }}
|
||||
@ -196,7 +196,7 @@ jobs:
|
||||
flavor: |
|
||||
latest=true
|
||||
tags: |
|
||||
type=ref,event=tag
|
||||
type=match,pattern=roapi-http-(v.+),group=1
|
||||
images: ghcr.io/roapi-http
|
||||
|
||||
- name: Build and push Docker image
|
||||
|
||||
Loading…
Reference in New Issue
Block a user