authelia-controller/.gitea/workflows/build.yaml
Dreaded_X f03ab650fd
All checks were successful
Build and deploy / build (push) Successful in 5m34s
kustomization/authelia-controller/325cc95e reconciliation succeeded
Trigger reconcile webhook once build is done
2025-04-23 20:47:11 +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 }}