CI / Build Image

This commit is contained in:
Abdullah Barhoum 2022-09-03 16:56:58 +02:00
parent d4da252343
commit 9a6c97ec32

11
.github/workflows/docker.yml vendored Normal file
View file

@ -0,0 +1,11 @@
name: Build Image
on: [push]
jobs:
build_docker:
runs-on: ubuntu-latest
name: Make sure the image builds
steps:
- uses: actions/checkout@v3
- run: docker compose build --progress plain