From 3cff7fda7fe95c32c2f5c6a7ef1b432256f64caa Mon Sep 17 00:00:00 2001 From: Alex Shevchuk Date: Tue, 19 Aug 2025 00:57:16 +0300 Subject: [PATCH] 23 --- .gitea/workflows/deploy_staging.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy_staging.yaml b/.gitea/workflows/deploy_staging.yaml index ff9f21c..2559b66 100644 --- a/.gitea/workflows/deploy_staging.yaml +++ b/.gitea/workflows/deploy_staging.yaml @@ -78,8 +78,9 @@ jobs: if: ${{ inputs.version == 'latest' }} env: IMAGE_NAME: molvaapp/test_deploy - IMAGE_TAG: ${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }} run: | + IMAGE_TAG=${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }} + echo "Git tag: ${{ steps.git-metadata.outputs.GIT_TAG }}" echo "Git sha: ${{ steps.git-metadata.outputs.GIT_SHA }}" echo "Ref name: ${{ steps.git-metadata.outputs.REF_NAME }}"