/build-image-poetry

Docker image for building Python projects with Poetry.

Primary LanguageShellOtherNOASSERTION

release-engineers/build-image-poetry

Status: Production ready

Docker image for building Python projects with Poetry.

Used by poetry-template projects.

Usage

In your GitHub Actions workflow, use like so;

jobs:
  build:
    runs-on: ubuntu-latest
    container: ghcr.io/release-engineers/build-image-poetry:latest
    steps:
      (...)