From 499d99c02262eca8df6cfb922e49192ea5bca0d1 Mon Sep 17 00:00:00 2001 From: Thomas Burkhalter Date: Sat, 23 Nov 2024 01:06:05 +0100 Subject: [PATCH] Identify ci commits --- .github/workflows/reusable_update_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_update_image.yaml b/.github/workflows/reusable_update_image.yaml index 9d70ce2..c8f4913 100644 --- a/.github/workflows/reusable_update_image.yaml +++ b/.github/workflows/reusable_update_image.yaml @@ -98,5 +98,5 @@ jobs: cd ./management_repo echo git diff git add . - git commit -m "Update ${PARENT}/${IMAGE_REF} from '${OLD_TAG}' to '${NEW_TAG}'" + git commit -m "[CI] Update ${PARENT}/${IMAGE_REF} from '${OLD_TAG}' to '${NEW_TAG}'" git push origin "${REPO_BRANCH}"