Rename publish workflow to build. Add badge to the workflow on Readme

This commit is contained in:
Debanjum Singh Solanky 2022-01-29 17:48:52 -05:00
parent 4add348e3c
commit 359f25b0a4
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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/