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:
4
.github/workflows/build-push-docker.yaml
vendored
4
.github/workflows/build-push-docker.yaml
vendored
@@ -1,6 +1,10 @@
|
|||||||
name: Build and Push Docker Image
|
name: Build and Push Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
release:
|
||||||
|
types:
|
||||||
|
- created
|
||||||
|
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v[0-9]+.[0-9]+.[0-9]+"
|
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||||
|
|||||||
Reference in New Issue
Block a user