fix: update on release event build push docker (#228) #none

* fix: update on release event build push docker

* refactor: comfort pre-commit
This commit is contained in:
kan_cin 2024-09-05 23:44:54 +07:00 committed by GitHub
parent 318895b287
commit 4b0b28227d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,10 @@
name: Build and Push Docker Image
on:
release:
types:
- created
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"