From 172e59c17319d39f01029d82a77c4b1c439f36a5 Mon Sep 17 00:00:00 2001 From: Alex Shevchuk Date: Tue, 19 Aug 2025 02:00:50 +0300 Subject: [PATCH] 29 --- .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 d039051..d289909 100644 --- a/.gitea/workflows/deploy_staging.yaml +++ b/.gitea/workflows/deploy_staging.yaml @@ -79,9 +79,10 @@ jobs: if: ${{ inputs.version == 'latest' }} env: IMAGE_NAME: molvaapp/test_deploy + IMAGE_TAG: ${{ steps.git-metadata.outputs.GIT_SHA }} CONFIG_FILE: ./build/config/staging.yaml run: | - IMAGE_TAG=${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }} + # export IMAGE_TAG=${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }} echo "=== STARTING DOCKER BUILD ===" echo "Building $IMAGE_NAME:$IMAGE_TAG"