Skip to content

Docker build failing? #16

@DbCrWk

Description

@DbCrWk

This action is great! However, this action just stopped running due to some (cryptic) Docker failure. I wonder if it's related to the release of Poetry 2?

Our Action YAML File

name: Poetry Diff
on: [pull_request]

jobs:
    poetry-dff:
        runs-on: ubuntu-latest
        steps:
            - uses: webfactory/[email protected]
              with:
                  ssh-private-key: ${{ secrets.PRIVATE_SSH_KEY }}

            - name: Checkout
              uses: actions/checkout@v4

            - name: Install Poetry
              run: |
                  pipx install poetry==1.8.3

            - name: Set up Python
              uses: actions/setup-python@v5
              with:
                  python-version: 3.10.12
                  cache: poetry

            - name: Poetry Diff
              uses: nborrmann/diff-poetry-lock@main

Build Log from Github Action Run

2_Build [email protected]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions