Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
b722397a8b
do not build eol keycloak and nextcloud
Some checks failed
ci/woodpecker/push/keycloak/1 Pipeline was successful
ci/woodpecker/push/keycloak/2 Pipeline was successful
ci/woodpecker/push/nextcloud/1 Pipeline was successful
ci/woodpecker/push/nextcloud/2 Pipeline was successful
ci/woodpecker/cron/keycloak/2 Pipeline was successful
ci/woodpecker/cron/keycloak/1 Pipeline was successful
ci/woodpecker/cron/nextcloud/1 Pipeline was successful
ci/woodpecker/cron/nextcloud/2 Pipeline was successful
ci/woodpecker/cron/penpot/2 Pipeline failed
ci/woodpecker/cron/penpot/1 Pipeline failed
ci/woodpecker/cron/penpot/3 Pipeline failed
2025-06-29 20:34:53 +02:00
1f3e972fbd
fix secrets
Some checks failed
ci/woodpecker/push/penpot/3 Pipeline failed
ci/woodpecker/push/penpot/1 Pipeline failed
ci/woodpecker/push/penpot/2 Pipeline failed
2025-06-29 20:33:09 +02:00
1e323bfa92
remove never used image build 2025-06-24 22:51:06 +02:00
f4bfd374f9
alertmanager-ntfy 2025-06-02 19:24:35 +02:00
3 changed files with 9 additions and 8 deletions

View file

@ -19,7 +19,6 @@ workspace:
# Also because global environment variables aren't a thing. # Also because global environment variables aren't a thing.
matrix: matrix:
KEYCLOAK_VERSION: KEYCLOAK_VERSION:
- 26.0
- 26.1 - 26.1
- 26.2 - 26.2
IMAGE_NAME: IMAGE_NAME:

View file

@ -19,7 +19,6 @@ workspace:
# Also because global environment variables aren't a thing. # Also because global environment variables aren't a thing.
matrix: matrix:
NEXTCLOUD_VERSION: NEXTCLOUD_VERSION:
- 29
- 30 - 30
- 31 - 31
IMAGE_NAME: IMAGE_NAME:

View file

@ -64,8 +64,9 @@ steps:
- name: publish-image - name: publish-image
image: docker.io/library/alpine image: docker.io/library/alpine
secrets: environment:
- GIT_API_TOKEN GIT_API_TOKEN:
from_secret: GIT_API_TOKEN
commands: commands:
- apk -u add crane - apk -u add crane
- crane auth login git.hamburg.ccc.de -u woodpecker -p $GIT_API_TOKEN - crane auth login git.hamburg.ccc.de -u woodpecker -p $GIT_API_TOKEN
@ -75,8 +76,9 @@ steps:
image: docker.io/library/alpine image: docker.io/library/alpine
when: when:
- branch: main - branch: main
secrets: environment:
- GIT_API_TOKEN GIT_API_TOKEN:
from_secret: GIT_API_TOKEN
commands: commands:
- apk -u add crane - apk -u add crane
- crane auth login git.hamburg.ccc.de -u woodpecker -p $GIT_API_TOKEN - crane auth login git.hamburg.ccc.de -u woodpecker -p $GIT_API_TOKEN
@ -87,8 +89,9 @@ steps:
when: when:
- branch: main - branch: main
evaluate: 'PENPOT_VERSION == "2.1.2"' evaluate: 'PENPOT_VERSION == "2.1.2"'
secrets: environment:
- GIT_API_TOKEN GIT_API_TOKEN:
from_secret: GIT_API_TOKEN
commands: commands:
- apk -u add crane - apk -u add crane
- crane auth login git.hamburg.ccc.de -u woodpecker -p $GIT_API_TOKEN - crane auth login git.hamburg.ccc.de -u woodpecker -p $GIT_API_TOKEN