drone-gitea-pkg-plugin/.drone.yml
Simon Marsh 7386b995cd
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2023-05-27 12:40:57 +01:00

30 lines
486 B
YAML

---
kind: pipeline
type: docker
name: docker-build
steps:
- name: docker
image: plugins/docker
settings:
registry: git.burble.dn42
repo: git.burble.dn42/burble.dn42/drone-gitea-pkg-plugin
tags: latest
username: burble
password:
from_secret: TOKEN
---
kind: secret
name: TOKEN
get:
path: burble.dn42/kv/data/drone/git.burble.dn42
name: artifact-token
---
kind: signature
hmac: d6a5d74f6b48bb0108f40808e9b88564a5a808ea8cb30e5c4ce17a59f67f1095
...