updates
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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 .
|
||||
Reference in New Issue
Block a user