lldap-controller/.gitea/workflows/build.yaml
Dreaded_X 8da3766fd9
Some checks failed
Build and deploy / build (push) Has been cancelled
Use reusable workflow
2025-04-23 03:05:53 +02:00

16 lines
256 B
YAML

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