Update alertmanager-ntfy

This commit is contained in:
chris 2025-06-02 19:52:47 +02:00
commit 7b0f9d40e8
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak

View file

@ -28,25 +28,3 @@ steps:
- --destination=git.hamburg.ccc.de/ccchh/oci-images/alertmanager-ntfy:${ALERTMANAGER-NTFY_VERSION} - --destination=git.hamburg.ccc.de/ccchh/oci-images/alertmanager-ntfy:${ALERTMANAGER-NTFY_VERSION}
- --no-push - --no-push
- --tar-path=/woodpecker/images/alertmanager-ntfy.tar - --tar-path=/woodpecker/images/alertmanager-ntfy.tar
# - name: publish-image
# image: alpine
# environment:
# GIT_API_TOKEN:
# from_secret: GIT_API_TOKEN
# commands:
# - apk -u add crane
# - crane auth login git.hamburg.ccc.de -u woodpecker -p $GIT_API_TOKEN
# - crane push /woodpecker/images/keycloak.tar $IMAGE_NAME:$ALERTMANAGER-NTFY_VERSION-$CI_COMMIT_BRANCH
#
# - name: tag-version
# image: alpine
# when:
# - branch: main
# environment:
# GIT_API_TOKEN:
# from_secret: GIT_API_TOKEN
# commands:
# - apk -u add crane
# - crane auth login git.hamburg.ccc.de -u woodpecker -p $GIT_API_TOKEN
# - crane tag $IMAGE_NAME:$ALERTMANAGER-NTFY_VERSION-$CI_COMMIT_BRANCH $ALERTMANAGER-NTFY_VERSION