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