lldap-controller/.gitea/workflows/build.yaml
Dreaded_X 84ac7efa0b
All checks were successful
Build and deploy / build (push) Successful in 5m33s
Use reusable workflow
2025-04-23 03:23:44 +02:00

16 lines
290 B
YAML

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