Skip to content

Add startup entrypoint, multi-stage build, and aligned CI/CD #6

Add startup entrypoint, multi-stage build, and aligned CI/CD

Add startup entrypoint, multi-stage build, and aligned CI/CD #6

Workflow file for this run

on:
push:
branches-ignore:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build image
run: docker build -t protegeproject/webprotege-keycloak:test .
- name: Run entrypoint integration test
run: ./test-entrypoint.sh