Skip to content

feat(gh): adds GitHub build action for docker #1

feat(gh): adds GitHub build action for docker

feat(gh): adds GitHub build action for docker #1

Workflow file for this run

name: Docker Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Docker image
run: |
docker-compose build