mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-20 02:17:01 +00:00
Merge pull request #1 from yannh/github-actions
github actions first commit
This commit is contained in:
commit
a5e0168052
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