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