feat(infrastructure): copy commit message to version upgrade

This commit is contained in:
2025-09-22 19:28:53 +02:00
parent f3ca246e7f
commit b67bece95b

View File

@@ -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'