diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index d817c61..0270447 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -7,6 +7,8 @@ jobs: runs-on: ubuntu-latest # container: ghcr.io/catthehacker/ubuntu:act-latest steps: + - name: Pull repo + uses: actions/checkout@v4 - name: Login to Docker Hub uses: docker/login-action@v3 with: