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

This commit is contained in:
Alex Shevchuk
2025-08-19 02:47:24 +03:00
parent be48bcb7a6
commit 60f70337c8

View File

@@ -77,8 +77,6 @@ jobs:
echo "Building image for ${{ inputs.environment }} environment" echo "Building image for ${{ inputs.environment }} environment"
echo "Git tag : ${{ steps.git-metadata.outputs.GIT_TAG }}" echo "Git tag : ${{ steps.git-metadata.outputs.GIT_TAG }}"
echo "Git sha : ${{ steps.git-metadata.outputs.GIT_SHA }}" echo "Git sha : ${{ steps.git-metadata.outputs.GIT_SHA }}"
echo "Image tag : '${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG }}'"
- name: Install dependencies - name: Install dependencies
run: | run: |