kubeconform/ci/kubeconform.yml
2020-05-31 21:08:21 +02:00

17 lines
258 B
YAML

name: kubeconform
on:
push:
branches: [ master ]
jobs:
build:
name: docker-build
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: docker-build
run: |
docker build .