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

This commit is contained in:
chris 2025-06-02 20:17:51 +02:00
commit 141234f9fe
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak

View file

@ -8,6 +8,13 @@ when:
workspace: workspace:
path: src path: src
matrix:
VERSION:
- 76d5f772f70d6915c89da00414c20009b03cc361
IMAGE_NAME:
- git.hamburg.ccc.de/ccchh/oci-images/alertmanager-ntfy
steps: steps:
- name: setup - name: setup
image: alpine image: alpine
@ -16,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 76d5f772f70d6915c89da00414c20009b03cc361 && 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
@ -24,6 +31,6 @@ steps:
- /kaniko/executor - /kaniko/executor
- --context=dir:///woodpecker/src/alertmanager-ntfy - --context=dir:///woodpecker/src/alertmanager-ntfy
- --dockerfile=./Containerfile - --dockerfile=./Containerfile
- --destination=git.hamburg.ccc.de/ccchh/oci-images/alertmanager-ntfy:76d5f772f70d6915c89da00414c20009b03cc361 - --destination=git.hamburg.ccc.de/ccchh/oci-images/alertmanager-ntfy:${VERSION}
- --no-push - --no-push
- --tar-path=/woodpecker/images/alertmanager-ntfy.tar - --tar-path=/woodpecker/images/alertmanager-ntfy.tar