Update webhook paths
Build webhook-deployer container / Build image (push) Successful in 44s Details

This commit is contained in:
LordMathis 2024-04-27 18:44:59 +02:00
parent bd5cca94be
commit 7e9a5ab301
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ RUN tar -xzf /tmp/ksops.tar.gz -C /tmp
RUN mv /tmp/ksops /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"]