fukuops/.forgejo/workflows/deploy-kaniko.yaml
cătălin 811b35832e
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
ci: add kaniko action that builds nextcloud
2024-09-29 15:00:59 +02:00

24 lines
562 B
YAML

---
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.13.0
with:
image: catalin/fukuops
username: kaniko
password: ${{ secrets.REGISTRY_PASSWORD }}
cache: true
registry: git.roboces.dev
tag: nextcloud-30.0.0
path: docker/nextcloud