23
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped

This commit is contained in:
Alex Shevchuk
2025-08-19 00:57:16 +03:00
parent 1c9b0d83b3
commit 3cff7fda7f

View File

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