Skip to content

[feat/ci] moved workflows to proper named file when using gha #1

[feat/ci] moved workflows to proper named file when using gha

[feat/ci] moved workflows to proper named file when using gha #1

Workflow file for this run

name: ci
on: push
jobs:
kubeconform:
runs-on: ubuntu-latest
steps:
- name: login to Github Packages
run: echo "${{ github.token }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
- uses: actions/checkout@v2
- uses: docker://ghcr.io/yannh/kubeconform:latest
with:
entrypoint: '/kubeconform'
args: "-summary -output json kubeconfigs/"