siranga/.gitea/workflows/build.yaml
Dreaded_X e4286236a5
Some checks failed
Build and deploy / build (push) Failing after 5m48s
Use reusable workflow
2025-04-23 03:45:44 +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@9a92a14c63582898dd17935b249fd189a9520e6a
secrets: inherit