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

This commit is contained in:
Alex Shevchuk
2025-08-19 02:27:19 +03:00
parent 66abf90cba
commit 1cbbf5101b

View File

@@ -83,10 +83,9 @@ jobs:
- name: Build and Push Docker Image
id: build-push
# if: ${{ inputs.version == 'latest' }}
env:
IMAGE_NAME: molvaapp/test_deploy
IMAGE_TAG: ${{ steps.git-metadata.outputs.GIT_SHA }}
IMAGE_TAG: latest
CONFIG_FILE: .build/config/staging.yaml
run: |
# export IMAGE_TAG=${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }}