18 lines
No EOL
639 B
YAML
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 |