pkgr.ymk add build trigger for dockerhub
This commit is contained in:
parent
f4942d0c8b
commit
df586bc6e3
1 changed files with 2 additions and 0 deletions
|
@ -30,4 +30,6 @@ env:
|
||||||
- PORT=3000
|
- PORT=3000
|
||||||
services:
|
services:
|
||||||
- postgres
|
- postgres
|
||||||
|
after:
|
||||||
|
- curl -H "Content-Type: application/json" --data '{"build": true}' -X POST https://registry.hub.docker.com/u/monotek/zammad/trigger/673cdf9b-dd8d-4f34-b8f2-ad808d9aa83b/
|
||||||
after_install: contrib/packager.io/postinstall.sh
|
after_install: contrib/packager.io/postinstall.sh
|
||||||
|
|
Loading…
Reference in a new issue