siranga/.gitea/workflows/build.yaml
Dreaded_X d60ffd5042
Some checks failed
Build and deploy / build (push) Failing after 5m41s
Use reusable workflow
2025-04-23 03:53:02 +02:00

14 lines
254 B
YAML

name: Build and deploy
on:
push:
branches:
- master
- feature/**
tags:
- v*.*.*
jobs:
build:
uses: dreaded_x/workflows/.gitea/workflows/rust-kubernetes.yaml@7ed977cdc2b70c2f641f3e088c347209eb956252
secrets: inherit