Skip to content

chore(deps): update keycloak/keycloak docker tag to v26.2.5 #1948

chore(deps): update keycloak/keycloak docker tag to v26.2.5

chore(deps): update keycloak/keycloak docker tag to v26.2.5 #1948

name: Build all
on:
pull_request:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
env:
TZ: Europe/Berlin # timezone
strategy:
fail-fast: false
matrix:
include:
- app-path: personalization-service
build-image: true
- app-path: personalization-webcomponents
build-image: true
- app-path: ticketing-eai/api-client-internal
build-image: false
- app-path: ticketing-eventing/eventing-service
build-image: true
- app-path: ticketing-eventing/handler-core
build-image: false
- app-path: ticketing-eventing/mail-handler-service
build-image: true
steps:
- uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@691ffa2542ed7cc1c53c416d22ace9a153d5152f # v1.0.21
- if: ${{ hashFiles(format('./{0}/package.json', matrix.app-path))!=null }}
id: node
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@691ffa2542ed7cc1c53c416d22ace9a153d5152f # v1.0.21
with:
app-path: ${{ matrix.app-path }}
- if: ${{ hashFiles(format('./{0}/pom.xml', matrix.app-path))!=null }}
id: maven
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-build@691ffa2542ed7cc1c53c416d22ace9a153d5152f # v1.0.21
with:
app-path: ${{ matrix.app-path }}
- if: github.ref == 'refs/heads/main' && matrix.build-image
uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@691ffa2542ed7cc1c53c416d22ace9a153d5152f # v1.0.21
with:
path: ${{ matrix.app-path }}
image-name: ${{ matrix.app-path }}
artifact-name: ${{ join(steps.*.outputs.artifact-name) }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
registry-username: ${{ github.actor }}
image-tags: |
type=raw,value=dev