This commit is contained in:
chris 2025-06-02 19:57:36 +02:00
commit 40eafe2479
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak

View file

@ -6,9 +6,6 @@ when:
- event: cron - event: cron
cron: daily cron: daily
# Manually set a workspace path, so we can use it literally, without using
# ${CI_WORKSPACE}, when running kaniko, since using ${CI_WORKSPACE} doesn't work.
# https://github.com/woodpecker-ci/woodpecker/issues/3982
workspace: workspace:
path: src path: src
@ -36,25 +33,3 @@ steps:
- --destination=${IMAGE_NAME}:${ALERTMANAGER-NTFY_VERSION} - --destination=${IMAGE_NAME}:${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