Update alertmanager-ntfy
This commit is contained in:
parent
5f6a49c4fd
commit
6acedcc102
1 changed files with 2 additions and 8 deletions
|
@ -1,16 +1,10 @@
|
||||||
matrix:
|
|
||||||
ALERTMANAGER_NTFY_VERSION:
|
|
||||||
- "76d5f772f70d6915c89da00414c20009b03cc361"
|
|
||||||
IMAGE_NAME:
|
|
||||||
- "git.hamburg.ccc.de/ccchh/oci-images/alertmanager-ntfy"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: setup
|
- name: setup
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- apk -u add git
|
- apk -u add git
|
||||||
- mkdir /woodpecker/images
|
- mkdir /woodpecker/images
|
||||||
- git clone --revision ${ALERTMANAGER_NTFY_VERSION} https://github.com/alexbakker/alertmanager-ntfy.git
|
- git clone --revision 76d5f772f70d6915c89da00414c20009b03cc361 https://github.com/alexbakker/alertmanager-ntfy.git
|
||||||
- ls
|
- ls
|
||||||
|
|
||||||
- name: build-image
|
- name: build-image
|
||||||
|
@ -19,6 +13,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:${ALERTMANAGER-NTFY_VERSION}
|
- --destination=git.hamburg.ccc.de/ccchh/oci-images/alertmanager-ntfy:76d5f772f70d6915c89da00414c20009b03cc361
|
||||||
- --no-push
|
- --no-push
|
||||||
- --tar-path=/woodpecker/images/alertmanager-ntfy.tar
|
- --tar-path=/woodpecker/images/alertmanager-ntfy.tar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue