authelia-controller/.gitea/workflows/build.yaml
Dreaded_X c5631638b9
Some checks failed
Build and deploy / build (push) Failing after 5m25s
kustomization/authelia-controller/325cc95e health check failed
Trigger reconcile webhook once build is done
2025-04-23 20:23:25 +02:00

17 lines
338 B
YAML

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