Skip to content

Commit

Permalink
fix: debug building docker image from poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-bunin committed Oct 18, 2023
1 parent f8ecfad commit d78fe11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
types: [opened, synchronize]

jobs:
push:
docker-build-and-push:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -31,7 +31,7 @@ jobs:
virtualenvs-in-project: true
- name: Install dependencies
run: |
poetry install -E "all" -vv
poetry install -E all -vv
- name: Build image
run: |
cd $( dirname ${{ matrix.dockerfile.path }})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- created

jobs:
publish:
publish-package:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
Expand Down

0 comments on commit d78fe11

Please sign in to comment.