From b67bece95bb8efb9a2c316b3407e7fae2fcc5a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Trkan?= Date: Mon, 22 Sep 2025 19:28:53 +0200 Subject: [PATCH] feat(infrastructure): copy commit message to version upgrade --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0bace9d..eb3c95f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -40,7 +40,7 @@ jobs: propertyPath: 'spec.template.spec.containers[0].image' value: ${{ secrets.DOCKER_USER }}/cd-test@${{ env.IMAGE_DIGEST }} commitChange: true - message: "Update image to digest ${{ env.IMAGE_DIGEST }}" + message: "${{ github.event.head_commit.message }}" createPR: 'false' masterBranchName: 'main' targetBranch: 'main'