From 566f0f6ea214fb05da9cb5b3ba4be619ccaed8dc Mon Sep 17 00:00:00 2001 From: Francwa Date: Sun, 21 Dec 2025 12:49:24 +0100 Subject: [PATCH] debug: wondering why prod image is not starting to build --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 231fefa..e3f3b67 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -32,6 +32,9 @@ jobs: needs: test if: startsWith(github.ref, 'refs/tags/v') steps: + - name: Debug ref + run: echo "github.ref = ${{ github.ref }}" + - name: Checkout code uses: actions/checkout@v4