From acc521bfabf4b53ce4ccc66eebb66d36cc8b1d9d Mon Sep 17 00:00:00 2001 From: Aravind <95919403+aravind-opsverse@users.noreply.github.com> Date: Wed, 31 Jan 2024 20:39:59 +0530 Subject: [PATCH] Update image tag template --- .github/workflows/ci-cd-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-pipeline.yaml b/.github/workflows/ci-cd-pipeline.yaml index f09bbff..b4b9843 100644 --- a/.github/workflows/ci-cd-pipeline.yaml +++ b/.github/workflows/ci-cd-pipeline.yaml @@ -323,7 +323,7 @@ jobs: # repository: "OpsVerseIO/node-js-server" valueFile: 'manifests/stage/deployment.yaml' propertyPath: 'spec.template.spec.containers[0].image' - value: "registry.devopsnow.io/internal/node-js-server:opsverse" + value: registry.devopsnow.io/internal/node-js-server:${SHORT_SHA} branch: main createPR: false message: '[STAGE] Update Image tag of node-js-server'