lldap-controller/.gitea/workflows/build.yaml
Dreaded_X f98677eb1e
All checks were successful
kustomization/lldap-controller/b5ae0585 reconciliation succeeded
Build and deploy / build (push) Successful in 7m36s
Trigger reconcile webhook once build is done
2025-04-23 21:00:10 +02:00

17 lines
336 B
YAML

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