Skip to content

Add image build workflow #1

Add image build workflow

Add image build workflow #1

Workflow file for this run

name: Build Server Image
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
working-directory: server
run: docker build . --file Dockerfile