diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e4e688c..3a04f05 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -23,6 +23,9 @@ jobs: image: docker:28.5.1-dind options: --privileged steps: + - name: Checkout repository + uses: actions/checkout@v3 + - name: Login to the Container registry uses: docker/login-action@v2 with: