docker-alpine-android/.drone.yml
surtur a85013bb78
All checks were successful
continuous-integration/drone/push Build is passing
feat: enable drone ci builds + add img metadata
* also add build status badges to README
* add metadata to the image at build time using a build hook
2021-01-06 01:49:03 +01:00

30 lines
455 B
YAML

---
kind: pipeline
name: dockerhub-build-trigger
platform:
os: linux
arch: amd64
clone:
disable: true
trigger:
branch:
- master
event:
- push
- cron
steps:
- name: call webhook
pull: always
image: bash:latest
environment:
ENDPOINT:
from_secret: DOCKERHUB_ENDPOINT
commands:
- apk add --no-cache curl
- curl -sO https://git.dotya.ml/${DRONE_REPO}/raw/branch/master/curl.it
- bash ./curl.it $ENDPOINT