lldap-controller/.gitea/workflows/build.yaml
Dreaded_X a6b342ea62
All checks were successful
Build and deploy / build (push) Successful in 7m34s
kustomization/lldap-controller/b5ae0585 reconciliation succeeded
Use reusable workflow
2025-04-23 14:15:19 +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@f948dd0b510b112852c22b8cecd5fd7a3fb35027
secrets: inherit
with:
generate_crds: true