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

This commit is contained in:
Evelyn Alicke 2024-03-27 11:51:47 +01:00
parent 66c549afd6
commit 40e5fbe9f1
No known key found for this signature in database
GPG key ID: 6834780BDA479436
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