This commit is contained in:
@@ -80,6 +80,9 @@ jobs:
|
|||||||
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 }}
|
IMAGE_TAG: ${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }}
|
||||||
run: |
|
run: |
|
||||||
|
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 }}"
|
||||||
echo "Tag: $IMAGE_TAG"
|
echo "Tag: $IMAGE_TAG"
|
||||||
|
|
||||||
docker build -t $IMAGE_NAME:$IMAGE_TAG .
|
docker build -t $IMAGE_NAME:$IMAGE_TAG .
|
||||||
|
Reference in New Issue
Block a user