diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml
index 9331b25..3e8fe2d 100644
--- a/.gitea/workflows/test.yaml
+++ b/.gitea/workflows/test.yaml
@@ -19,9 +19,10 @@ jobs:
       #     username: ${{ secrets.REGISTRY_USER }}
       #     password: ${{ secrets.REGISTRY_TOKEN }}
 
-      - name: Build and push
+      - name: Build and push api
         uses: docker/build-push-action@v6
         with:
+          file: Containerfile
           context: .
           push: false
           tags: registry.itzana.me/strafesnet/test:${{ gitea.run_id }}
\ No newline at end of file