fukuops/.forgejo/workflows/deploy-kaniko.yaml
cătălin 2334068f17
All checks were successful
checks / k8s (push) Successful in 1m6s
checks / tflint (push) Successful in 47s
checks / pre-commit (push) Successful in 2m7s
OpenTofu deployments / authentik (push) Successful in 1m40s
OpenTofu deployments / adguard (push) Successful in 59s
Kaniko deployments / nextcloud (push) Successful in 3m21s
chore(deps): update nextcloud docker tag to v30.0.1
2024-10-19 09:17:20 +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.1
path: docker/nextcloud