lldap-controller/.gitea/workflows/build.yaml
Dreaded_X 1f2910dd95
Some checks failed
Build and deploy / build (push) Failing after 5m45s
Use reusable workflow
2025-04-23 02:54:17 +02:00

17 lines
299 B
YAML

name: Build and deploy
on:
push:
branches:
- master
- feature/**
tags:
- v*.*.*
env:
OCI_REPO: git.huizinga.dev/dreaded_x/${{ gitea.event.repository.name}}
jobs:
build:
uses: dreaded_x/workflows/.gitea/workflows/rust-kubernetes.yaml@master
secrets: inherit