Skip to content

refactor(api): make the domain types a public package #2298

refactor(api): make the domain types a public package

refactor(api): make the domain types a public package #2298

Workflow file for this run

name: Build Container Image
on:
pull_request:
paths:
- 'backend/**'
- 'frontend/**'
- Makefile
- '.github/**'
- Dockerfile
jobs:
build:
name: Build Container Image
runs-on: ubuntu-24.04
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- name: Check out code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Build image
env:
DOCKER_BUILDKIT: 1
run: |
cd $GITHUB_WORKSPACE
make container