Files
coredns-netbox-plugin-dns/.gitea/workflows/build-release.yml
T
restitux 101987240b
Build Coredns with netboxdns plugin / build (push) Successful in 1m24s
TEST
2025-12-24 00:13:09 -07:00

16 lines
354 B
YAML

name: Build Coredns with netboxdns plugin
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Build
env:
CI_REGISTRY_USER: ${{ secrets.CI_REGISTRY_USER }}
CI_REGISTRY_PASSWORD: ${{ secrets.CI_REGISTRY_PASSWORD }}
run: ./ci/build.sh