From 0e620de2f126e39bba8419f8358b27110ba0b9d0 Mon Sep 17 00:00:00 2001
From: itzaname <me@sliving.io>
Date: Sat, 14 Dec 2024 01:42:45 -0500
Subject: [PATCH] containerfile is cringe

---
 .gitea/workflows/test.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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