oci-images/.woodpecker/alertmanager-ntfy.yaml
c6ristian 62c04cafda
Some checks failed
ci/woodpecker/push/alertmanager-ntfy Pipeline failed
fix
2025-06-02 20:06:45 +02:00

18 lines
No EOL
639 B
YAML

steps:
- name: setup
image: alpine
commands:
- apk -u add git
- mkdir /woodpecker/images
- git clone --revision=76d5f772f70d6915c89da00414c20009b03cc361 https://github.com/alexbakker/alertmanager-ntfy.git
- ls
- name: build-image
image: gcr.io/kaniko-project/executor
entrypoint:
- /kaniko/executor
- --context=dir:///woodpecker/src/alertmanager-ntfy
- --dockerfile=./Containerfile
- --destination=git.hamburg.ccc.de/ccchh/oci-images/alertmanager-ntfy:76d5f772f70d6915c89da00414c20009b03cc361
- --no-push
- --tar-path=/woodpecker/images/alertmanager-ntfy.tar