29
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped

This commit is contained in:
Alex Shevchuk
2025-08-19 02:00:50 +03:00
parent dac0021b6f
commit 172e59c173

View File

@@ -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"