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
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