fix linux and docker release

This commit is contained in:
Qingping Hou 2021-07-20 22:52:31 -07:00
parent f1284592a6
commit 5d97802813

View File

@ -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