From 5af9b7ae9b442b7c94b4fe2277a19ab7ca384ba4 Mon Sep 17 00:00:00 2001 From: builderadmin Date: Wed, 8 Oct 2025 18:42:33 +0000 Subject: [PATCH] Update .gitea/workflows/cicd.yaml add git checkout --- .gitea/workflows/cicd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 682301d..a9dfbcd 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -6,6 +6,7 @@ jobs: Explore-Gitea-Actions: runs-on: my_custom_label steps: + - uses: actions/checkout@v4 # Checks out your repository - name: Build Dockerfile run: | export BUILDIMGTAG="`cat Dockerfile | tail -n1 | sed 's/^.*\///g'`"