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 }}"