Update .gitea/workflows/cicd.yaml
CICD / Explore-Gitea-Actions (push) Failing after 17s Details

add git checkout
This commit is contained in:
builderadmin 2025-10-08 18:42:33 +00:00
parent 0e72299c3e
commit 5af9b7ae9b
1 changed files with 1 additions and 0 deletions

View File

@ -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'`"