From 4739e6756d29fa097c2e60c66c440de2142a0bb4 Mon Sep 17 00:00:00 2001 From: subochev Date: Thu, 2 Apr 2026 15:05:46 +0300 Subject: [PATCH] =?UTF-8?q?DEVX-191:=20=D0=A0=D0=B0=D0=B7=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=B0=D1=82=D1=8C=20Kubernetus=20=D1=81?= =?UTF-8?q?=D0=B5=D1=80=D0=B2=D0=B8=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-agent.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-agent.yaml b/.gitea/workflows/build-agent.yaml index 539d9a5..75d0cc8 100644 --- a/.gitea/workflows/build-agent.yaml +++ b/.gitea/workflows/build-agent.yaml @@ -40,12 +40,12 @@ jobs: uses: https://git.binom.pw/subochev/devops/build-docker@main with: image_name: "otp/agent" - tags: latest ${GITEA_RUN_NUMBER} + tags: latest ${{ gitea.run_number }} - name: Publishing Helm uses: https://git.binom.pw/subochev/devops/helm-publish@main with: chart_directory: "helm" - helm_version: "${GITEA_RUN_NUMBER}" + helm_version: "${{ gitea.run_number }}" helm_version_placeholder: '0.1.0' - name: 'Cleanup'