Build docker image with built project

This commit is contained in:
Yax 2022-11-13 09:51:29 +01:00
parent f8beb5f859
commit 07bdfbf240
3 changed files with 15 additions and 4 deletions

View file

@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run image
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}