Skip to content

feat: add demo link

feat: add demo link #6

name: Docker Image CI
on:
pull_request:
paths:
- "frontend/**"
jobs:
build-docker-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
working-directory: frontend
run: docker build .