mabel/.drone.yml
Hamcha 1db216365b
Some checks failed
continuous-integration/drone/push Build is failing
AAAAAAAAAAAAAAAAAAAAAAAAA
2023-07-05 15:30:12 +02:00

25 lines
441 B
YAML

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