From 9f26cc79d9f685f56fd0a1da64da4087565dda63 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Mon, 2 Jan 2023 15:05:41 -0600 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cfb287c..5d687b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,7 @@ jobs: tag_prefix: "v" major_pattern: "(MAJOR)" minor_pattern: "(MINOR)" - version_format: "${major}.${minor}.${patch}-prerelease${increment}" + version_format: "${major}.${minor}.${increment}" bump_each_commit: true - name: Build and push Docker image @@ -60,6 +60,6 @@ jobs: context: . push: true tags: | - ${{ steps.meta.outputs.tags }} ${{ steps.vnum.formatted_version }} + ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}