Skip to content

Commit

Permalink
pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
V committed Jan 24, 2025
1 parent ea6b4cf commit a50d221
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-warehouse-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ 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 | POETRY_VERSION=2.0.0 python -
- run: curl -sSL https://install.python-poetry.org | python -
- run: cd warehouse && poetry install && poetry run mypy scripts

compile:
Expand Down Expand Up @@ -105,6 +104,5 @@ 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' }}
tags: ghcr.io/${{github.repository}}/warehouse:latest

0 comments on commit a50d221

Please sign in to comment.