Skip to content

Go and Docker CI

Go and Docker CI #2

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 .