Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
V committed Jan 24, 2025
1 parent 5cadfcc commit b20f04e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-warehouse-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit b20f04e

Please sign in to comment.