move java build process to build container
Some checks failed
Build Keycloak / Build Keycloak Image (push) Successful in 2m33s
Build Nextcloud / Build Nextcloud 33 Image (push) Successful in 1m12s
Build Nextcloud / Build Nextcloud 34 Image (push) Successful in 1m10s
Build Keycloak / Build Keycloak Image-1 (push) Successful in 2m13s
Build Keycloak / Build Keycloak Image-2 (push) Successful in 2m32s
Build Penpot / Build Image penpot-backend:2.1.2 (push) Failing after 3m40s
Build Penpot / Build Image penpot-exporter:2.1.2 (push) Failing after 3m36s
Build Penpot / Build Image penpot-frontend:2.1.2 (push) Failing after 3m23s

This commit is contained in:
Max 2026-06-30 22:00:27 +02:00
commit 8c2b24cd83
Signed by: max
SSH key fingerprint: SHA256:yZMpYLEULscoVYQvcuxhc3eWa6nymBFWCxjsRErAIY8
2 changed files with 22 additions and 9 deletions

View file

@ -18,18 +18,11 @@ jobs:
keycloak-version: [ 26.6.1, 26.6.2, 26.6.3 ]
steps:
- name: Install required system packages
run: apk add --no-cache nodejs maven git
run: apk add --no-cache nodejs
- name: Checkout Source Code
uses: actions/checkout@v6
- name: Build attribute-endpoints-provider
run: |
git clone https://git.hamburg.ccc.de/CCCHH/keycloak-attribute-endpoints-provider.git
cd keycloak-attribute-endpoints-provider
mvn -f attribute-endpoints-provider verify
cp attribute-endpoints-provider/target/attribute-endpoints-provider-1.0-SNAPSHOT.jar ${{ forgejo.workspace }}/keycloak/attribute-endpoints-provider.jar
- name: Build Container
env:
KANIKO_NO_PUSH: ${{ forgejo.ref_name != 'main' }}