Skip to content

bump keycloak and fix otp screen #21

bump keycloak and fix otp screen

bump keycloak and fix otp screen #21

Workflow file for this run

name: Docker build
on:
workflow_call:
pull_request:
branches: [main]
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
build-docker:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Make docker image
run: |
docker build .