From 1cbbf5101b6e3d3ff58e252aa828ec73d5750966 Mon Sep 17 00:00:00 2001 From: Alex Shevchuk Date: Tue, 19 Aug 2025 02:27:19 +0300 Subject: [PATCH] 31 --- .gitea/workflows/deploy_staging.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy_staging.yaml b/.gitea/workflows/deploy_staging.yaml index 0767bf3..adc973f 100644 --- a/.gitea/workflows/deploy_staging.yaml +++ b/.gitea/workflows/deploy_staging.yaml @@ -83,10 +83,9 @@ jobs: - name: Build and Push Docker Image id: build-push - # if: ${{ inputs.version == 'latest' }} env: IMAGE_NAME: molvaapp/test_deploy - IMAGE_TAG: ${{ steps.git-metadata.outputs.GIT_SHA }} + IMAGE_TAG: latest CONFIG_FILE: .build/config/staging.yaml run: | # export IMAGE_TAG=${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }}