Docker image for building Python projects with Poetry.
Used by poetry-template projects.
In your GitHub Actions workflow, use like so;
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/release-engineers/build-image-poetry:latest
steps:
(...)