dental-notation-cli/.drone.yml
Guilhem Barthés 5e340a4402
Some checks failed
continuous-integration/drone/tag Build is failing
ci: Change image to aviod musl errors
2022-09-02 22:49:58 +02:00

16 lines
244 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: publish
image: rust:slim
commands:
- /usr/bin/env cargo publish
environment:
CARGO_REGISTRY_TOKEN:
from_secret: cargo_token
trigger:
event:
- tag