diff --git a/.github/workflows/ci-cd-pipeline.yaml b/.github/workflows/ci-cd-pipeline.yaml index de79ba7..2282944 100644 --- a/.github/workflows/ci-cd-pipeline.yaml +++ b/.github/workflows/ci-cd-pipeline.yaml @@ -324,8 +324,8 @@ jobs: propertyPath: 'spec.template.spec.containers.image' value: ${SHORT_SHA} repository: "OpsVerseIO/node-js-server" - branch: main - createPR: false + branch: deployment + createPR: true message: 'Update Image Version' token: ${{ secrets.GH_PAT }} workDir: main