ci: add kaniko action that builds nextcloud
All checks were successful
checks / pre-commit (push) Successful in 52s
checks / tflint (push) Successful in 36s
Kaniko deployments / nextcloud (push) Successful in 3m28s
OpenTofu deployments / authentik (push) Successful in 1m12s
OpenTofu deployments / adguard (push) Successful in 44s
checks / k8s (push) Successful in 29s

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