This commit is contained in:
@@ -62,7 +62,7 @@ jobs:
|
|||||||
- name: Verify required files exist
|
- name: Verify required files exist
|
||||||
run: |
|
run: |
|
||||||
echo "Checking for config file..."
|
echo "Checking for config file..."
|
||||||
if [ ! -f "./build/config/staging.yaml" ]; then
|
if [ ! -f ".build/config/staging.yaml" ]; then
|
||||||
echo "Error: staging.yaml not found!"
|
echo "Error: staging.yaml not found!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@@ -87,7 +87,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
IMAGE_NAME: molvaapp/test_deploy
|
IMAGE_NAME: molvaapp/test_deploy
|
||||||
IMAGE_TAG: ${{ steps.git-metadata.outputs.GIT_SHA }}
|
IMAGE_TAG: ${{ steps.git-metadata.outputs.GIT_SHA }}
|
||||||
CONFIG_FILE: ./build/config/staging.yaml
|
CONFIG_FILE: .build/config/staging.yaml
|
||||||
run: |
|
run: |
|
||||||
# export 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 ==="
|
||||||
|
Reference in New Issue
Block a user