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

This commit is contained in:
chris 2025-06-02 20:09:26 +02:00
commit e6cfbf9d61
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak

View file

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