From 922f1b0ed203c148d4f1f9e3482d1941cc801fd2 Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Mon, 13 Jul 2026 01:20:24 +0300 Subject: [PATCH] CI: ci.yml is corrected (garbage) --- .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 29b7e55..39fa220 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: run: mkdir -p "${{ env.RUN_CFG__LOGS_DIR }}" - name: Adjust logs folder permission run: chmod -R 777 "${{ env.RUN_CFG__LOGS_DIR }}" - - name: Build local image ${{ matrix.alpine }} + - name: Build local image run: docker build --build-arg PYTHON_VERSION="${{ matrix.python }}" -t "${{ env.RUN_CFG__DOCKER_IMAGE_NAME }}" -f Dockerfile--${{ matrix.platform }}.tmpl . - name: Generate temporary SSH Key pair for CI