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"