4 changed files with 15 additions and 8 deletions
@ -0,0 +1,6 @@
|
||||
Set a laminar CI to build your containers. |
||||
|
||||
It will configure a webhook to listen in: |
||||
http://ip:9000/hooks/build\_image |
||||
|
||||
The gitea of your organization should be configured to ping this url with {{ secret }} on each push event. |
@ -1,3 +1,3 @@
|
||||
#!/bin/sh |
||||
|
||||
/usr/bin/laminarc queue build_image image=$1 |
||||
LAMINAR_REASON=$1 /usr/bin/laminarc queue build_image image=$1 |
||||
|
Loading…
Reference in new issue