ci: remove kaniko action
Some checks failed
checks / k8s (push) Successful in 9s
checks / tflint (push) Successful in 18s
checks / pre-commit (push) Successful in 1m8s
OpenTofu deployments / adguard (push) Successful in 25s
OpenTofu deployments / authentik (push) Failing after 3h10m9s

This commit is contained in:
cătălin 2025-01-30 11:14:29 +01:00
commit 126245075b
No known key found for this signature in database
2 changed files with 0 additions and 25 deletions

View file

@ -1,24 +0,0 @@
---
name: Kaniko deployments
on: # yamllint disable-line rule:truthy
push:
branches:
- 'main'
- 'ci/debug'
jobs:
nextcloud:
runs-on: ubuntu-22.04
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- name: Kaniko build
uses: aevea/action-kaniko@v0.14.0
with:
image: catalin/fukuops
username: kaniko
password: ${{ secrets.REGISTRY_PASSWORD }}
cache: true
registry: git.roboces.dev
tag: nextcloud-30.0.2
path: docker/nextcloud

View file

@ -2,4 +2,3 @@
[![Last build status](https://git.roboces.dev/catalin/fukuops/badges/workflows/ci.yaml/badge.svg)](https://git.roboces.dev/catalin/fukuops/actions)
[![Tofu deployments](https://git.roboces.dev/catalin/fukuops/badges/workflows/deploy-tofu.yaml/badge.svg)](https://git.roboces.dev/catalin/fukuops/actions)
[![Kaniko deployments](https://git.roboces.dev/catalin/fukuops/badges/workflows/deploy-kaniko.yaml/badge.svg)](https://git.roboces.dev/catalin/fukuops/actions)