optimize ci build: use own dockerfile for dependencies + cache for builds #164

Merged
philipp merged 16 commits from own-dockerfile into staging 2024-01-17 22:56:36 +01:00
Showing only changes of commit 0b7711ed91 - 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