Create tagged Docker image on new tag/release

This commit is contained in:
Debanjum Singh Solanky 2023-02-14 19:53:35 -06:00
parent 25e06f26c0
commit af6d65a909
3 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,9 @@
name: build name: dockerize
on: on:
push: push:
tags:
- "*"
branches: branches:
- master - master
paths: paths:
@ -10,7 +12,7 @@ on:
- setup.py - setup.py
- Dockerfile - Dockerfile
- docker-compose.yml - docker-compose.yml
- .github/workflows/build.yml - .github/workflows/dockerize.yml
workflow_dispatch: workflow_dispatch:
env: env:

View file

@ -1,6 +1,6 @@
# Khoj 🦅 # 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) [![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/) [![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* *A natural language search engine for your personal notes, transactions and images*

View file

@ -1,5 +1,5 @@
![](https://github.com/debanjum/khoj/actions/workflows/test.yml/badge.svg) ![](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 # Khoj