Skip to content

ci: added pipelines to push charts to docker registry #10

ci: added pipelines to push charts to docker registry

ci: added pipelines to push charts to docker registry #10

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Helm
uses: azure/setup-helm@v4.2.0
id: install
with:
version: v3.15.4
- name: Setup kubeconform-helm
run: helm plugin install https://github.com/jtyr/kubeconform-helm
- name: Test
run: helm kubeconform .