Files
lldap-controller/.gitea/workflows/build.yaml
Dreaded_X 9505006bf2
All checks were successful
Build and deploy / build (push) Successful in 11m1s
chore: Update workflow
2025-12-21 20:10:03 +01:00

17 lines
298 B
YAML

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