1
0
Fork 0
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.
nextcloud-tweak/.drone.yml

14 lines
258 B
YAML
Raw Normal View History

2021-08-28 22:09:55 +00:00
kind: pipeline
type: kubernetes
name: default
steps:
- name: docker
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