From 2224b890b2a7fc0dfd8cff0d2d3af27e091f4294 Mon Sep 17 00:00:00 2001 From: "Mahadik, Mukul Chandrakant" Date: Fri, 4 Oct 2024 00:25:53 -0700 Subject: [PATCH] Semver without value 2 --- .github/workflows/reusable_image_build_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_image_build_push.yml b/.github/workflows/reusable_image_build_push.yml index 89cd3f664..da2726b6b 100644 --- a/.github/workflows/reusable_image_build_push.yml +++ b/.github/workflows/reusable_image_build_push.yml @@ -101,7 +101,7 @@ jobs: # type=ref,event=tag type=semver,pattern=v{{version}} # type=semver,pattern=v{{version}},value=${{ steps.fetch-latest-release-tags.outputs.tag_name }} - type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', inputs.branch ) }} + # type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', inputs.branch ) }} - name: Login to DockerHub # if: github.event_name != 'pull_request'