This commit is contained in:
parent
b8abef9994
commit
62c04cafda
1 changed files with 3 additions and 9 deletions
|
@ -4,7 +4,7 @@ steps:
|
|||
commands:
|
||||
- apk -u add git
|
||||
- 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
|
||||
|
||||
- name: build-image
|
||||
|
@ -13,12 +13,6 @@ steps:
|
|||
- /kaniko/executor
|
||||
- --context=dir:///woodpecker/src/alertmanager-ntfy
|
||||
- --dockerfile=./Containerfile
|
||||
- --destination=${IMAGE_NAME}:${ALERTMANAGER-NTFY_VERSION}
|
||||
- --destination=git.hamburg.ccc.de/ccchh/oci-images/alertmanager-ntfy:76d5f772f70d6915c89da00414c20009b03cc361
|
||||
- --no-push
|
||||
- --tar-path=/woodpecker/images/alertmanager-ntfy.tar
|
||||
|
||||
matrix:
|
||||
ALERTMANAGER_NTFY_VERSION:
|
||||
- 76d5f772f70d6915c89da00414c20009b03cc361
|
||||
IMAGE_NAME:
|
||||
- git.hamburg.ccc.de/ccchh/oci-images/alertmanager-ntfy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue