From 215d3013974e1021b8d1fbcb8e7bd41cd3d62647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=9A=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D1=8E=D0=BA=D0=BE=D0=B2?= Date: Sat, 24 Sep 2022 16:55:06 +1100 Subject: [PATCH] Updated package version to test new workflow --- .github/workflows/docker.yaml | 6 ++++-- carvekit/__init__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 20bf2f5..29492c6 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -24,7 +24,8 @@ jobs: uses: docker/build-push-action@v3 with: push: true - file: "{context}/Dockerfile.cpu" + context: ./ + file: "./Dockerfile.cpu" tags: | anodev/carvekit:latest-cpu anodev/carvekit:${{ env.RELEASE_VERSION }}-cpu @@ -32,7 +33,8 @@ jobs: uses: docker/build-push-action@v3 with: push: true - file: "{context}/Dockerfile.cuda" + context: ./ + file: "./Dockerfile.cuda" tags: | anodev/carvekit:latest-cuda anodev/carvekit:${{ env.RELEASE_VERSION }}-cuda \ No newline at end of file diff --git a/carvekit/__init__.py b/carvekit/__init__.py index 2c39725..44b29f8 100644 --- a/carvekit/__init__.py +++ b/carvekit/__init__.py @@ -1 +1 @@ -version = "4.0.6" +version = "4.0.7"