Files
webhook/.gitea/workflows/main.yaml
T
Donavan Fritz 9fb096bac0
Build dns-webhook Image / build (push) Successful in 57s
test: trigger fresh CI dispatch
2026-04-26 10:57:41 -05:00

19 lines
386 B
YAML

name: Build dns-webhook Image
on:
push:
branches: [main]
jobs:
build:
runs-on: fritzlab
steps:
- uses: actions/checkout@v4
- uses: https://code.fritzlab.net/fritzlab/build-image@v1
with:
image: code.fritzlab.net/dns/webhook
token: ${{ secrets.CI_BOT_TOKEN }}
org: dns
name: webhook
latest: 'false'