From 4b0c76aeb2b8dca723cb6b3ef2ab3e7e61f0e889 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:35:57 +1100 Subject: [PATCH 1/2] Fixed docker workflow --- .github/workflows/docker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 68ea1d9..20bf2f5 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -27,7 +27,7 @@ jobs: 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: @@ -35,4 +35,4 @@ jobs: 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 From 0ebcff4c5d4faa7455f1dad330b50b660de9fc05 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:39:49 +1100 Subject: [PATCH 2/2] Updated package version to test new workflow --- carvekit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carvekit/__init__.py b/carvekit/__init__.py index f3cca1a..2c39725 100644 --- a/carvekit/__init__.py +++ b/carvekit/__init__.py @@ -1 +1 @@ -version = "4.0.5" +version = "4.0.6"