Skip to content

Update dependency @testing-library/user-event to v14.5.2 #226

Update dependency @testing-library/user-event to v14.5.2

Update dependency @testing-library/user-event to v14.5.2 #226

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 .