diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index d4e388d..fcef36e 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -9,6 +9,9 @@ jobs: build: runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v4 + - name: Login to Docker Hub uses: docker/login-action@v3 with: