Skip to content

Commit

Permalink
set target dev in ci build, exclude pypackages for black
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakpl committed Jun 17, 2024
1 parent 6546bfd commit e27e6b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
-t ${{ vars.DOCKERHUB_ORGANIZATION }}/hope-support-images:flex-registration-${{ github.sha }}-dev \
-t ${{ vars.DOCKERHUB_ORGANIZATION }}/hope-support-images:flex-registration-latest-dev \
-f ./docker/Dockerfile \
--target dev \
--push \
./
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ exclude = '''
| dist
| migrations
| snapshots
| __pypackages__
)/
'''

Expand Down

0 comments on commit e27e6b6

Please sign in to comment.