15 lines
238 B
YAML
15 lines
238 B
YAML
name: Synthetic CoreDNS Plugin CI/CD Build
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
jobs:
|
|
test:
|
|
runs-on: main
|
|
steps:
|
|
- name: run tests
|
|
run: |
|
|
set -x
|
|
docker build \
|
|
--progress plain .
|