From b20f04e68db6f6d8767e31cf06bb13ad3ded5d40 Mon Sep 17 00:00:00 2001 From: V Date: Fri, 24 Jan 2025 14:25:08 -0800 Subject: [PATCH] test --- .github/workflows/build-warehouse-image.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-warehouse-image.yml b/.github/workflows/build-warehouse-image.yml index 4ab8a0a0ad..2d245f844c 100644 --- a/.github/workflows/build-warehouse-image.yml +++ b/.github/workflows/build-warehouse-image.yml @@ -26,7 +26,8 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.11' - - run: curl -sSL https://install.python-poetry.org | python - + # - run: curl -sSL https://install.python-poetry.org | python - + - run: curl -sSL https://install.python-poetry.org | POETRY_VERSION=2.0.1 python - - run: cd warehouse && poetry install && poetry run mypy scripts compile: @@ -104,6 +105,6 @@ jobs: if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || steps.changed-files-specific.outputs.any_changed == 'true' }} with: context: warehouse - push: false - #push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} + # push: false + push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} tags: ghcr.io/${{github.repository}}/warehouse:latest