This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
2021-09-05 16:39:46 +00:00
|
|
|
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: amd64
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: docker
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
|
|
|
repo: badjware/nextcloud-tweak
|
|
|
|
auto_tag: true
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
---
|
2021-08-28 22:09:55 +00:00
|
|
|
kind: pipeline
|
|
|
|
type: kubernetes
|
2021-08-28 23:16:57 +00:00
|
|
|
name: arm64
|
|
|
|
|
|
|
|
node_selector:
|
|
|
|
beta.kubernetes.io/arch: arm64
|
2021-08-28 22:09:55 +00:00
|
|
|
|
|
|
|
steps:
|
2021-08-28 23:16:57 +00:00
|
|
|
- name: docker
|
2021-08-28 22:09:55 +00:00
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
|
|
|
repo: badjware/nextcloud-tweak
|
2021-08-28 22:26:11 +00:00
|
|
|
auto_tag: true
|
2021-08-28 22:09:55 +00:00
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|