diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b760b1c..f5f4d835 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ ./ diff --git a/pyproject.toml b/pyproject.toml index 7cc2c681..eb39f5e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,6 +124,7 @@ exclude = ''' | dist | migrations | snapshots + | __pypackages__ )/ '''