From 60f70337c8b202e2aa85fb3270c14c8f00d95f9f Mon Sep 17 00:00:00 2001 From: Alex Shevchuk Date: Tue, 19 Aug 2025 02:47:24 +0300 Subject: [PATCH] 34 --- .gitea/workflows/deploy_staging.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/deploy_staging.yaml b/.gitea/workflows/deploy_staging.yaml index e3e7b2a..42badb3 100644 --- a/.gitea/workflows/deploy_staging.yaml +++ b/.gitea/workflows/deploy_staging.yaml @@ -77,8 +77,6 @@ jobs: echo "Building image for ${{ inputs.environment }} environment" echo "Git tag : ${{ steps.git-metadata.outputs.GIT_TAG }}" echo "Git sha : ${{ steps.git-metadata.outputs.GIT_SHA }}" - echo "Image tag : '${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG }}'" - - name: Install dependencies run: |