mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 09:25:06 +01:00
Rename publish workflow to build. Add badge to the workflow on Readme
This commit is contained in:
parent
4add348e3c
commit
359f25b0a4
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Publish Container
|
||||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -6,7 +6,7 @@ on:
|
|||
- master
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
build:
|
||||
name: Build Docker Image, Push to Container Registry
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
|
@ -1,4 +1,4 @@
|
|||
[[https://github.com/debanjum/semantic-search/actions/workflows/test.yml/badge.svg]]
|
||||
[[https://github.com/debanjum/semantic-search/actions/workflows/test.yml/badge.svg]] [[https://github.com/debanjum/semantic-search/actions/workflows/build.yml/badge.svg]]
|
||||
|
||||
* Semantic Search
|
||||
/Allow natural language search on user content like notes, images, transactions using transformer based models/
|
||||
|
|
Loading…
Reference in a new issue