mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Create tagged Docker image on new tag/release
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user