Skip to content

Add simple GHA to build the image #1

Add simple GHA to build the image

Add simple GHA to build the image #1

Workflow file for this run

name: CI tests
on:
workflow_dispatch:
pull_request:
branches: ["master"]
push:
branches: ["master"]
jobs:
build_image:
runs-on: ubuntu-latest
steps:
- name: Checkout Code Repository
uses: actions/checkout@v4
- name: Build docker image
run: docker-compose build