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