Files
webhook/.gitea/workflows/main.yaml
T
Donavan Fritz c5c5e72d24
Build dns-webhook Image / build (push) Has been cancelled
ci: use fritzlab/build-image@v1
Replaces inline docker login + metadata + build-push + tag-cleanup
with the shared build-image composite action. Standardizes on
CI_BOT_TOKEN (drops REGISTRY_PASSWORD).
2026-04-26 09:32:38 -05:00

18 lines
385 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'