Build Keycloak image with version 26
All checks were successful
ci/woodpecker/push/keycloak/1 Pipeline was successful
ci/woodpecker/push/keycloak/2 Pipeline was successful
ci/woodpecker/cron/nextcloud/2 Pipeline was successful
ci/woodpecker/cron/nextcloud/1 Pipeline was successful
ci/woodpecker/cron/keycloak/1 Pipeline was successful
ci/woodpecker/cron/keycloak/2 Pipeline was successful
ci/woodpecker/cron/penpot/2 Pipeline was successful
ci/woodpecker/cron/penpot/3 Pipeline was successful
ci/woodpecker/cron/penpot/1 Pipeline was successful
All checks were successful
ci/woodpecker/push/keycloak/1 Pipeline was successful
ci/woodpecker/push/keycloak/2 Pipeline was successful
ci/woodpecker/cron/nextcloud/2 Pipeline was successful
ci/woodpecker/cron/nextcloud/1 Pipeline was successful
ci/woodpecker/cron/keycloak/1 Pipeline was successful
ci/woodpecker/cron/keycloak/2 Pipeline was successful
ci/woodpecker/cron/penpot/2 Pipeline was successful
ci/woodpecker/cron/penpot/3 Pipeline was successful
ci/woodpecker/cron/penpot/1 Pipeline was successful
This commit is contained in:
parent
98175014f9
commit
8dbb9c64b3
|
@ -20,6 +20,7 @@ workspace:
|
||||||
matrix:
|
matrix:
|
||||||
KEYCLOAK_VERSION:
|
KEYCLOAK_VERSION:
|
||||||
- 25.0
|
- 25.0
|
||||||
|
- 26.0
|
||||||
IMAGE_NAME:
|
IMAGE_NAME:
|
||||||
- git.hamburg.ccc.de/ccchh/oci-images/keycloak
|
- git.hamburg.ccc.de/ccchh/oci-images/keycloak
|
||||||
|
|
||||||
|
@ -64,7 +65,7 @@ steps:
|
||||||
image: alpine
|
image: alpine
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
evaluate: 'KEYCLOAK_VERSION == "25.0"'
|
evaluate: 'KEYCLOAK_VERSION == "26.0"'
|
||||||
secrets:
|
secrets:
|
||||||
- GIT_API_TOKEN
|
- GIT_API_TOKEN
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue