own-dockerfile #166

Merged
philipp merged 32 commits from own-dockerfile into staging 2024-01-17 23:43:26 +01:00
Showing only changes of commit 5631b0551c - Show all commits

View File

@ -1,6 +1,12 @@
name: CI/CD Pipeline
on: push
on:
workflow_call:
inputs:
rust-version:
type: string
required: false
default: nightly
env:
CARGO_TARGET: x86_64-unknown-linux-musl