chore(gh-actions): provide both docker and binary releases
This commit is contained in:
parent
53c6f3cfe9
commit
bf9549d801
4 changed files with 36 additions and 31 deletions
13
.github/workflows/build-rust.yml
vendored
Normal file
13
.github/workflows/build-rust.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
name: Rust
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ['*']
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: famedly/github-workflows/.github/workflows/rust.yml@main
|
||||
secrets: inherit
|
Loading…
Add table
Add a link
Reference in a new issue