Update main.yml
This commit is contained in:
parent
504db35fff
commit
9f26cc79d9
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
||||||
tag_prefix: "v"
|
tag_prefix: "v"
|
||||||
major_pattern: "(MAJOR)"
|
major_pattern: "(MAJOR)"
|
||||||
minor_pattern: "(MINOR)"
|
minor_pattern: "(MINOR)"
|
||||||
version_format: "${major}.${minor}.${patch}-prerelease${increment}"
|
version_format: "${major}.${minor}.${increment}"
|
||||||
bump_each_commit: true
|
bump_each_commit: true
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
|
@ -60,6 +60,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ steps.meta.outputs.tags }}
|
|
||||||
${{ steps.vnum.formatted_version }}
|
${{ steps.vnum.formatted_version }}
|
||||||
|
${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
Loading…
Reference in a new issue