mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-20 18:37:01 +00:00
Update Readme.md
This commit is contained in:
parent
71fd5f8386
commit
f0a7d5203d
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ jobs:
|
||||||
- name: login to Github Packages
|
- name: login to Github Packages
|
||||||
run: echo "${{ github.token }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
|
run: echo "${{ github.token }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: docker://ghcr.io/yannh/kubeconform:master
|
- uses: docker://ghcr.io/yannh/kubeconform:latest
|
||||||
with:
|
with:
|
||||||
entrypoint: '/kubeconform'
|
entrypoint: '/kubeconform'
|
||||||
args: "-summary -output json kubeconfigs/"
|
args: "-summary -output json kubeconfigs/"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue