From 8735c8abbdf003ec238239f78e2653e9c09f6aae Mon Sep 17 00:00:00 2001 From: Erki Date: Tue, 1 Oct 2024 22:17:26 +0300 Subject: [PATCH] Really? --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 940786f..6f03661 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: + context: . push: true tags: "git.skullnet.me/erki/embeddingcpp:latest" file: Dockerfile \ No newline at end of file