This commit is contained in:
@@ -87,6 +87,10 @@ jobs:
|
|||||||
IMAGE_NAME: molvaapp/test_deploy
|
IMAGE_NAME: molvaapp/test_deploy
|
||||||
CONFIG_FILE: .build/config/staging.yaml
|
CONFIG_FILE: .build/config/staging.yaml
|
||||||
run: |
|
run: |
|
||||||
|
echo "Building image for ${{ inputs.environment }} environment"
|
||||||
|
echo "Git tag : ${{ steps.git-metadata.outputs.GIT_TAG }}"
|
||||||
|
echo "Git sha : ${{ steps.git-metadata.outputs.GIT_SHA }}"
|
||||||
|
echo "Image tag : ${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }}"
|
||||||
IMAGE_TAG=${{ inputs.environment }}-${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }}
|
IMAGE_TAG=${{ inputs.environment }}-${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }}
|
||||||
|
|
||||||
docker build \
|
docker build \
|
||||||
|
Reference in New Issue
Block a user