Skip to content

Bump @mantine/form from 6.0.10 to 7.0.0 in /frontend #624

Bump @mantine/form from 6.0.10 to 7.0.0 in /frontend

Bump @mantine/form from 6.0.10 to 7.0.0 in /frontend #624

Workflow file for this run

name: docker
on:
workflow_dispatch:
push:
paths:
- 'backend/**'
- 'frontend/**'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build backend Docker image
run: sudo docker build .
working-directory: backend
- name: Build frontend Docker image
run: sudo docker build .
working-directory: frontend