Update main.yml

This commit is contained in:
Nicholas Orlowsky 2023-01-02 16:06:14 -06:00 committed by GitHub
parent 22c78fe3ce
commit 044563d253
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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