docker-bird-build/.drone.yml
Simon Marsh 17e9d96ab9
All checks were successful
continuous-integration/drone Build is passing
update build
2023-05-26 21:58:29 +01:00

35 lines
658 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/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/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