ci: dockerfile.
All checks were successful
Gitea Actions Demo / build (push) Successful in 1m16s

This commit is contained in:
Ivan Li 2023-05-22 23:45:26 +08:00
parent 3f6abc1e0e
commit 4e8628be51

View File

@ -37,7 +37,6 @@ jobs:
uses: https://github.com/actions-rs/toolchain@v1
with:
toolchain: stable
target: x86_64-unknown-linux-musl
override: true
- name: Get Commit Tag
@ -45,7 +44,7 @@ jobs:
uses: https://github.com/Maxyme/get-release-or-tag@v2
- name: Build
run: cargo build --target x86_64-unknown-linux-musl --release
run: cargo build --release
- name: Log in to the Container registry
uses: https://github.com/docker/login-action@v2