This commit is contained in:
@@ -79,9 +79,10 @@ 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_SHA }}
|
||||||
CONFIG_FILE: ./build/config/staging.yaml
|
CONFIG_FILE: ./build/config/staging.yaml
|
||||||
run: |
|
run: |
|
||||||
IMAGE_TAG=${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }}
|
# export IMAGE_TAG=${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }}
|
||||||
|
|
||||||
echo "=== STARTING DOCKER BUILD ==="
|
echo "=== STARTING DOCKER BUILD ==="
|
||||||
echo "Building $IMAGE_NAME:$IMAGE_TAG"
|
echo "Building $IMAGE_NAME:$IMAGE_TAG"
|
||||||
|
Reference in New Issue
Block a user