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
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:
parent
7165d219ac
commit
811b35832e
4 changed files with 28 additions and 8 deletions
6
Makefile
6
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue