diff --git a/.gitea/workflows/build-main.yaml b/.gitea/workflows/build-main.yaml
index e432081..09f67ce 100644
--- a/.gitea/workflows/build-main.yaml
+++ b/.gitea/workflows/build-main.yaml
@@ -12,9 +12,12 @@ jobs:
   "Validate Image":
     runs-on: [ubuntu-docker-latest, linux/amd64]
     steps:
+      - name: Checkout
+        uses: actions/checkout@v4
       - name: Build locally
         uses: docker/build-push-action@v5
         with:
+          context: .
           load: true
           tags: ${{ env.TEST_TAG }}
           provenance: false