Add drone config
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
2e01b896fe
commit
49c83fe4f5
12
.drone.yml
Normal file
12
.drone.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: egraven/rust-musl-builder
|
||||||
|
auto_tag: true
|
||||||
|
username: egraven
|
||||||
|
password:
|
||||||
|
from_secret: DOCKER_TOKEN
|
Loading…
Reference in a new issue