lldap-controller/.gitea/workflows/build.yaml
Dreaded_X c7000860e6
Some checks failed
Build and deploy / build (push) Failing after 0s
Use reusable workflow
2025-04-23 02:51:54 +02:00

16 lines
254 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/rust-kubernetes.yaml