From 102b866f5c060c1c3cf738c1c775343340e562c9 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:20:58 +1100 Subject: [PATCH 1/2] Fixed workflow and updated package version to test new workflow --- .github/workflows/docker.yaml | 6 +++--- carvekit/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index c5a9b4a..22dcc95 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 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" From ac5c6ae2c95e170b84f1afc15891480a9fae459e 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:24:54 +1100 Subject: [PATCH 2/2] Typos fixed --- .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 22dcc95..68ea1d9 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