* ...as a way to trigger dockerhub builds regularly
This commit is contained in:
parent
20d440bfd8
commit
f6ea456228
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: trigger dockerhub build
|
||||
|
||||
platform:
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: call webhook
|
||||
pull: if-not-exists
|
||||
image: curlimages/curl
|
||||
commands:
|
||||
- curl -X "$$dockerhub_endpoint"
|
||||
Loading…
Reference in New Issue
Block a user