Files
lldap-controller/.gitea/workflows/build.yaml
Dreaded_X 0b330eee4b
All checks were successful
Build and deploy / build (push) Successful in 11m10s
feat: Generate crds in Dockerfile
2025-12-21 17:38:23 +01:00

17 lines
313 B
YAML

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