From 21b284e2ade96d131a96f6cfb29d76de1bc332a0 Mon Sep 17 00:00:00 2001 From: "Mahadik, Mukul Chandrakant" Date: Mon, 7 Oct 2024 15:12:44 -0700 Subject: [PATCH] Triggering on release and not tags Might have to change github_ref == tag checks --- .github/workflows/image_build_push.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image_build_push.yml b/.github/workflows/image_build_push.yml index ad293686e..6398ad302 100644 --- a/.github/workflows/image_build_push.yml +++ b/.github/workflows/image_build_push.yml @@ -3,8 +3,10 @@ name: docker image on: push: branches: [ master, gis-based-mode-detection, cleanup-cicd ] - tags: - - "v[0-9]+.[0-9]+.[0-9]+" + # tags: + # - "v[0-9]+.[0-9]+.[0-9]+" + release: + types: [published] #Dockerhub credentials are set as environment variables env: