prettier-ignore fix
This commit is contained in:
parent
083327d9e8
commit
c1af6efbc1
11
.github/workflows/docker-release.yml
vendored
11
.github/workflows/docker-release.yml
vendored
@ -2,9 +2,14 @@ name: Create docker image(s) and push to docker hub
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
# Sequence of patterns matched against refs/heads
|
||||||
tags:
|
# prettier-ignore
|
||||||
- '[0-9]+\.[0-9]+\.[0-9]+'
|
branches:
|
||||||
|
# Push events on master branch
|
||||||
|
- master
|
||||||
|
# Sequence of patterns matched against refs/tags
|
||||||
|
tags:
|
||||||
|
- '[0-9]+\.[0-9]+\.[0-9]+' # Push events to 0.X.X tag
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
Loading…
Reference in New Issue
Block a user