From 6f2d344c195b5cd14b4088b5b80a2004b2b046cd Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 26 Dec 2025 00:34:44 +0000 Subject: [PATCH] fix: Udpate code --- .gitea/workflows/build.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d2344cf..b066a50 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,8 +11,12 @@ jobs: container: image: docker:cli steps: + - name: Install git + run: apk add --no-cache git + - name: Checkout code - uses: actions/checkout@v4 + run: | + git clone --depth 1 --branch ${{ gitea.ref_name }} ${{ gitea.server_url }}/${{ gitea.repository }}.git . - name: Login to Gitea Container Registry run: |