Skip to content

Allow metadata editing #229

Allow metadata editing

Allow metadata editing #229

Workflow file for this run

name: Build Docker Image
on:
push:
branches:
- '*'
- '!main'
pull_request:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker image
run: |
cd kratos-admin-ui
docker build .