Skip to content

Commit

Permalink
fix pre-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Nov 26, 2024
1 parent 04c69cd commit 91ed234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
python-py-version: "py38"
- python-version: "3.10"
python-py-version: "py310"
container: ghcr.io/${{ github.repository }}:${{ matrix.python-py-version }}-poetry-bullseye
container:
image: ghcr.io/${{ github.repository }}:${{ matrix.python-py-version }}-poetry-bullseye
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 91ed234

Please sign in to comment.