mabel/.drone.yml
Hamcha 100fbbd02f
Some checks failed
continuous-integration/drone/push Build is failing
I'm gonna end drone with my bare hands
2023-07-05 15:31:08 +02:00

26 lines
465 B
YAML

---
kind: pipeline
name: default
steps:
- name: publish
image: plugins/kaniko
environment:
PLUGIN_REGISTRY: registry.fromouter.space
settings:
repo: cenere/mabel
username:
from_secret: docker_username
password:
from_secret: docker_password
auto_tag: true
when:
event:
- push
- tag
---
kind: signature
hmac: 7f81cd60f0a9a5a46529a29f56734825616685cc07f362171ff7bb732b9ee802
...