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] 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