updates ci files
Some checks failed
ci/woodpecker/push/keycloak/2 Pipeline was successful
ci/woodpecker/push/nextcloud/1 Pipeline was successful
ci/woodpecker/push/keycloak/1 Pipeline was successful
ci/woodpecker/push/keycloak/3 Pipeline was successful
ci/woodpecker/push/nextcloud/2 Pipeline was successful
ci/woodpecker/push/nextcloud/3 Pipeline was successful
ci/woodpecker/cron/keycloak/2 Pipeline was successful
ci/woodpecker/cron/keycloak/3 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/nextcloud/3 Pipeline was successful
ci/woodpecker/cron/penpot/1 Pipeline failed
ci/woodpecker/cron/penpot/2 Pipeline failed
ci/woodpecker/cron/penpot/3 Pipeline failed
Some checks failed
ci/woodpecker/push/keycloak/2 Pipeline was successful
ci/woodpecker/push/nextcloud/1 Pipeline was successful
ci/woodpecker/push/keycloak/1 Pipeline was successful
ci/woodpecker/push/keycloak/3 Pipeline was successful
ci/woodpecker/push/nextcloud/2 Pipeline was successful
ci/woodpecker/push/nextcloud/3 Pipeline was successful
ci/woodpecker/cron/keycloak/2 Pipeline was successful
ci/woodpecker/cron/keycloak/3 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/nextcloud/3 Pipeline was successful
ci/woodpecker/cron/penpot/1 Pipeline failed
ci/woodpecker/cron/penpot/2 Pipeline failed
ci/woodpecker/cron/penpot/3 Pipeline failed
This commit is contained in:
parent
8eb83415d9
commit
d0b7c32474
2 changed files with 21 additions and 13 deletions
|
@ -21,6 +21,7 @@ matrix:
|
||||||
KEYCLOAK_VERSION:
|
KEYCLOAK_VERSION:
|
||||||
- 26.0
|
- 26.0
|
||||||
- 26.1
|
- 26.1
|
||||||
|
- 26.2
|
||||||
IMAGE_NAME:
|
IMAGE_NAME:
|
||||||
- git.hamburg.ccc.de/ccchh/oci-images/keycloak
|
- git.hamburg.ccc.de/ccchh/oci-images/keycloak
|
||||||
|
|
||||||
|
@ -43,8 +44,9 @@ steps:
|
||||||
|
|
||||||
- name: publish-image
|
- name: publish-image
|
||||||
image: alpine
|
image: 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
|
||||||
|
@ -54,8 +56,9 @@ steps:
|
||||||
image: alpine
|
image: 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
|
||||||
|
@ -66,8 +69,9 @@ steps:
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
evaluate: 'KEYCLOAK_VERSION == "26.0"'
|
evaluate: 'KEYCLOAK_VERSION == "26.0"'
|
||||||
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
|
||||||
|
|
|
@ -21,6 +21,7 @@ matrix:
|
||||||
NEXTCLOUD_VERSION:
|
NEXTCLOUD_VERSION:
|
||||||
- 29
|
- 29
|
||||||
- 30
|
- 30
|
||||||
|
- 31
|
||||||
IMAGE_NAME:
|
IMAGE_NAME:
|
||||||
- git.hamburg.ccc.de/ccchh/oci-images/nextcloud
|
- git.hamburg.ccc.de/ccchh/oci-images/nextcloud
|
||||||
|
|
||||||
|
@ -43,8 +44,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
|
||||||
|
@ -54,8 +56,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
|
||||||
|
@ -65,9 +68,10 @@ steps:
|
||||||
image: docker.io/library/alpine
|
image: docker.io/library/alpine
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
evaluate: 'NEXTCLOUD_VERSION == "28"'
|
evaluate: 'NEXTCLOUD_VERSION == "29"'
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue