chore(gh-actions): provide both docker and binary releases

This commit is contained in:
Evelyn Alicke 2024-03-27 11:51:47 +01:00 committed by Evelyn Alicke
parent 53c6f3cfe9
commit bf9549d801
Signed by: evlli
GPG key ID: 8092413A3F6DD75F
4 changed files with 36 additions and 31 deletions

13
.github/workflows/build-rust.yml vendored Normal file
View 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