ci: add kaniko action that builds nextcloud

This commit is contained in:
cătălin 2024-09-29 15:00:59 +02:00
commit 811b35832e
No known key found for this signature in database
4 changed files with 28 additions and 8 deletions

View file

@ -4,16 +4,10 @@ lint--pre-commit:
lint--kubeconform:
kubeconform -strict -ignore-missing-schemas k8s/
SHELl=/bin/bash
lint--kubescore:
kube-score score $$(find k8s -type f -print -name "*.yaml")
lint--tflint:
tflint --recursive
lint:
make lint--pre-commit
make lint--kubeconform
make lint--kube
make lint--tflint