fix
Some checks failed
ci/woodpecker/push/alertmanager-ntfy Pipeline failed

This commit is contained in:
chris 2025-06-02 20:16:05 +02:00
commit 71f008330c
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak

View file

@ -15,7 +15,8 @@ steps:
- ls
- apk -u add git
- mkdir /woodpecker/images
- git clone --revision=76d5f772f70d6915c89da00414c20009b03cc361 https://github.com/alexbakker/alertmanager-ntfy.git alertmanager-ntfy/src
- git clone https://github.com/alexbakker/alertmanager-ntfy.git alertmanager-ntfy/src
- cd alertmanager-ntfy/src && git checkout 76d5f772f70d6915c89da00414c20009b03cc361 && cd ../..
- name: build-image
image: gcr.io/kaniko-project/executor