This commit is contained in:
@@ -79,9 +79,10 @@ jobs:
|
||||
if: ${{ inputs.version == 'latest' }}
|
||||
env:
|
||||
IMAGE_NAME: molvaapp/test_deploy
|
||||
IMAGE_TAG: ${{ steps.git-metadata.outputs.GIT_SHA }}
|
||||
CONFIG_FILE: ./build/config/staging.yaml
|
||||
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 "Building $IMAGE_NAME:$IMAGE_TAG"
|
||||
|
Reference in New Issue
Block a user