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