Update main.yml
This commit is contained in:
parent
22c78fe3ce
commit
044563d253
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -48,10 +48,10 @@ jobs:
|
||||||
id: vnum
|
id: vnum
|
||||||
with:
|
with:
|
||||||
# The prefix to use to identify tags
|
# The prefix to use to identify tags
|
||||||
tag_prefix: "v"
|
tag_prefix: ""
|
||||||
major_pattern: "(MAJOR)"
|
major_pattern: "(MAJOR)"
|
||||||
minor_pattern: "(MINOR)"
|
minor_pattern: "(MINOR)"
|
||||||
version_format: "${major}.${minor}.${increment}"
|
version_format: "${major}.${minor}.${patch}-${increment}"
|
||||||
bump_each_commit: true
|
bump_each_commit: true
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
|
|
Loading…
Reference in a new issue