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