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

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

View file

@ -23,7 +23,7 @@ steps:
- apk -u add git - apk -u add git
- mkdir /woodpecker/images - mkdir /woodpecker/images
- git clone 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 ${VERSION} && cd ../.. - cd alertmanager-ntfy/src && git checkout ${VERSION} && cd ..
- name: build-image - name: build-image
image: gcr.io/kaniko-project/executor image: gcr.io/kaniko-project/executor