From aea1f6e363349d1e10497edec25b16dc684c6b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marques?= Date: Mon, 8 Feb 2021 13:30:24 +0000 Subject: [PATCH] Add raw semver tag to handle "+something" git tags TT27819 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fe59f72..c9f43aec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,6 +109,7 @@ jobs: images: localhost:5000/${{ steps.image_name_compute.outputs.image_name }} tag-edge: true tag-semver: | + {{raw}} {{version}} {{major}} {{major}}.{{minor}} @@ -144,6 +145,7 @@ jobs: ghcr.io/${{ steps.image_name_compute.outputs.image_name }} tag-edge: true tag-semver: | + {{raw}} {{version}} {{major}} {{major}}.{{minor}}