From d5af7eb9fee55ff74ff4981de5e07004cad8d96a Mon Sep 17 00:00:00 2001 From: Wuesteon Date: Mon, 1 Dec 2025 23:50:39 +0100 Subject: [PATCH] fix(ci): fix YAML syntax error in ci-main.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/ci-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index f442ad322..33c9f0a1f 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -140,7 +140,7 @@ jobs: - name: Image digest if: steps.check-dockerfile.outputs.exists == 'true' - run: echo "Image digest: ${{ steps.meta.outputs.digest }}" + run: echo "Image digest - ${{ steps.meta.outputs.digest }}" # Trigger staging deployment trigger-staging-deploy: