diff --git a/.gitea/workflows/deploy_staging.yaml b/.gitea/workflows/deploy_staging.yaml index e3e7b2a..42badb3 100644 --- a/.gitea/workflows/deploy_staging.yaml +++ b/.gitea/workflows/deploy_staging.yaml @@ -77,8 +77,6 @@ jobs: echo "Building image for ${{ inputs.environment }} environment" echo "Git tag : ${{ steps.git-metadata.outputs.GIT_TAG }}" 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 run: |