ci: remove kaniko action
Some checks failed
Some checks failed
This commit is contained in:
parent
0dcda701b7
commit
126245075b
2 changed files with 0 additions and 25 deletions
|
|
@ -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
|
||||
|
|
@ -2,4 +2,3 @@
|
|||
|
||||
[](https://git.roboces.dev/catalin/fukuops/actions)
|
||||
[](https://git.roboces.dev/catalin/fukuops/actions)
|
||||
[](https://git.roboces.dev/catalin/fukuops/actions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue