diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index c5a9b4a..68ea1d9 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -24,15 +24,15 @@ jobs: uses: docker/build-push-action@v3 with: push: true - file: {context}/Dockerfile.cpu + file: "{context}/Dockerfile.cpu" tags: | anodev/carvekit:latest-cpu - anodev/carvekit:${{ env-release_version }}-cpu + anodev/carvekit:${{ env.release_version }}-cpu - name: Build and push cuda uses: docker/build-push-action@v3 with: push: true - file: {context}/Dockerfile.cuda + file: "{context}/Dockerfile.cuda" tags: | anodev/carvekit:latest-cuda - anodev/carvekit:${{ env-release_version }}-cuda \ No newline at end of file + anodev/carvekit:${{ env.release_version }}-cuda \ No newline at end of file diff --git a/carvekit/__init__.py b/carvekit/__init__.py index 9699ed7..f3cca1a 100644 --- a/carvekit/__init__.py +++ b/carvekit/__init__.py @@ -1 +1 @@ -version = "4.0.4" +version = "4.0.5"