mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-19 09:57:02 +00:00
github actions first commit
This commit is contained in:
parent
1eaa259006
commit
ddede195ce
1 changed files with 17 additions and 0 deletions
17
ci/kubeconform.yml
Normal file
17
ci/kubeconform.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
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 .
|
||||||
Loading…
Reference in a new issue