docker-archlinux-cdev/.drone.yml
surtur 9ea82ec767
All checks were successful
continuous-integration/drone/push Build is passing
make actual use of the secret
2020-03-02 02:22:50 +01:00

17 lines
256 B
YAML

---
kind: pipeline
name: trigger dockerhub build
platform:
arch: amd64
steps:
- name: call webhook
pull: if-not-exists
image: curlimages/curl
environment:
ENDPOINT:
from_secret: dockerhub_endpoint
commands:
- curl -X POST $ENDPOINT