From aa0605601a3e4264f6604f4d8d457dbee39c453c Mon Sep 17 00:00:00 2001 From: Jenny <39961845+jennyfothergill@users.noreply.github.com> Date: Fri, 3 May 2024 16:27:56 -0600 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e66421c..bf3afd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,10 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | - type=ref,enable=true,priority=600,event=tag + type=ref,event=tag,enable=true,priority=600 + type=semver,pattern={{major}}.{{minor}} + type=semver,pattern={{version}} + type=sha ${{ steps.latest-version.outputs.VERSION }} - name: Build Docker Image