feature/add-webhook-dockerfile #18

Merged
holzi1005 merged 12 commits from feature/add-webhook-dockerfile into main 2025-01-27 07:37:14 +01:00
Showing only changes of commit 4816f4b3b8 - Show all commits

View file

@ -25,7 +25,6 @@ WORKDIR /opt/webhook
RUN wget https://github.com/adnanh/webhook/releases/download/${VERSION}/webhook-linux-amd64.tar.gz -O artifact.tar.gz \
&& tar --strip-components=1 -xvzf artifact.tar.gz \
&& ls -ls \
&& rm artifact.tar.gz
RUN echo "- id: whoami-webhook" > hooks.yaml \