docker-bird-build/.drone.yml
Simon Marsh 76726f9c3b
All checks were successful
continuous-integration/drone/push Build is passing
move to burble.dn42 owner and sign
2023-05-27 13:03:10 +01:00

42 lines
766 B
YAML

---
kind: pipeline
type: docker
name: docker-build
steps:
- name: docker alpine
image: plugins/docker
settings:
dockerfile: Dockerfile.alpine
registry: git.burble.dn42
repo: git.burble.dn42/burble.dn42/bird-build
tags: alpine
username: burble
password:
from_secret: TOKEN
- name: docker ubuntu
image: plugins/docker
settings:
dockerfile: Dockerfile.ubuntu
registry: git.burble.dn42
repo: git.burble.dn42/burble.dn42/bird-build
tags: ubuntu
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: d3be7849b4028550d4cb3dea53675ded9cc689204276c2bd245cb35cfd466bfc
...