mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
feat(infrastructure): copy commit message to version upgrade
This commit is contained in:
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user