Update webhook paths
Build webhook-deployer container / Build image (push) Successful in 44s
Details
Build webhook-deployer container / Build image (push) Successful in 44s
Details
This commit is contained in:
parent
bd5cca94be
commit
7e9a5ab301
|
@ -13,4 +13,4 @@ RUN tar -xzf /tmp/ksops.tar.gz -C /tmp
|
||||||
RUN mv /tmp/ksops /usr/local/bin/ksops
|
RUN mv /tmp/ksops /usr/local/bin/ksops
|
||||||
RUN chmod +x /usr/local/bin/ksops
|
RUN chmod +x /usr/local/bin/ksops
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/webhook", "--hooks", "/etc/webhook/hooks.yaml"]
|
ENTRYPOINT ["/usr/bin/webhook", "--hooks", "/etc/webhook/hook.json"]
|
Loading…
Reference in New Issue