siranga/.gitea/workflows/build.yaml
Dreaded_X 3c29377013
All checks were successful
Build and deploy / build (push) Successful in 7m18s
Trigger reconcile webhook once build is done
2025-04-23 21:00:02 +02:00

16 lines
310 B
YAML

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