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:
parent
318895b287
commit
4b0b28227d
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]+"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user