CI / Build Image (#27)

This commit is contained in:
AbdBarho 2022-09-03 17:36:19 +02:00 committed by GitHub
parent d4da252343
commit 5f6d9fbb03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 10 deletions

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

@ -0,0 +1,12 @@
name: Build Image
on: [push]
jobs:
build_docker:
runs-on: ubuntu-latest
name: Make sure the image builds
steps:
- uses: actions/checkout@v3
# TODO: how to cache intermediate images?
- run: docker compose build --progress plain