This commit is contained in:
@@ -78,8 +78,9 @@ jobs:
|
|||||||
if: ${{ inputs.version == 'latest' }}
|
if: ${{ inputs.version == 'latest' }}
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: molvaapp/test_deploy
|
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: |
|
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 tag: ${{ steps.git-metadata.outputs.GIT_TAG }}"
|
||||||
echo "Git sha: ${{ steps.git-metadata.outputs.GIT_SHA }}"
|
echo "Git sha: ${{ steps.git-metadata.outputs.GIT_SHA }}"
|
||||||
echo "Ref name: ${{ steps.git-metadata.outputs.REF_NAME }}"
|
echo "Ref name: ${{ steps.git-metadata.outputs.REF_NAME }}"
|
||||||
|
Reference in New Issue
Block a user