From 20d329662368e3e85553e65f17a1d635cf84c3cd Mon Sep 17 00:00:00 2001 From: asagitullin Date: Wed, 7 Jun 2023 13:10:44 +0500 Subject: [PATCH] fix ci file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7178c69..95e58b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -176,7 +176,7 @@ jobs: context: . target: release build-args: | - LIB_VERSION: ${{ steps.get_version.outputs.version-without-v }} + LIB_VERSION=${{ steps.get_version.outputs.version-without-v }} push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}