Files
webhook/.gitea/workflows/main.yaml
T
Donavan Fritz 89327a3b68
dns/webhook / release (push) Successful in 58s
ci: migrate to action/ org composite actions
2026-05-06 08:14:42 -05:00

22 lines
496 B
YAML

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