Update main.yml

This commit is contained in:
Nicholas Orlowsky 2023-01-02 15:05:41 -06:00 committed by GitHub
parent 504db35fff
commit 9f26cc79d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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