mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Create tagged Docker image on new tag/release
This commit is contained in:
parent
25e06f26c0
commit
af6d65a909
3 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,9 @@
|
|||
name: build
|
||||
name: dockerize
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
|
@ -10,7 +12,7 @@ on:
|
|||
- setup.py
|
||||
- Dockerfile
|
||||
- docker-compose.yml
|
||||
- .github/workflows/build.yml
|
||||
- .github/workflows/dockerize.yml
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
|
@ -1,6 +1,6 @@
|
|||
# Khoj 🦅
|
||||
[![build](https://github.com/debanjum/khoj/actions/workflows/build.yml/badge.svg)](https://github.com/debanjum/khoj/actions/workflows/build.yml)
|
||||
[![test](https://github.com/debanjum/khoj/actions/workflows/test.yml/badge.svg)](https://github.com/debanjum/khoj/actions/workflows/test.yml)
|
||||
[![dockerize](https://github.com/debanjum/khoj/actions/workflows/dockerize.yml/badge.svg)](https://github.com/debanjum/khoj/pkgs/container/khoj)
|
||||
[![pypi](https://github.com/debanjum/khoj/actions/workflows/pypi.yml/badge.svg)](https://pypi.org/project/khoj-assistant/)
|
||||
|
||||
*A natural language search engine for your personal notes, transactions and images*
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
![](https://github.com/debanjum/khoj/actions/workflows/test.yml/badge.svg)
|
||||
![](https://github.com/debanjum/khoj/actions/workflows/build.yml/badge.svg)
|
||||
![](https://github.com/debanjum/khoj/actions/workflows/dockerize.yml/badge.svg)
|
||||
|
||||
# Khoj
|
||||
|
||||
|
|
Loading…
Reference in a new issue