Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

⬆️ frontend: Bump @mui/system from 5.13.2 to 5.14.5 in /frontend #2395

⬆️ frontend: Bump @mui/system from 5.13.2 to 5.14.5 in /frontend

⬆️ frontend: Bump @mui/system from 5.13.2 to 5.14.5 in /frontend #2395

Workflow file for this run

name: Build FE Docker Image
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file ./frontend/Dockerfile.prod --tag frontend:$(date +%s)