Skip to content

Commit

Permalink
Identify ci commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Nov 28, 2024
1 parent a870a55 commit 917c45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_update_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 917c45c

Please sign in to comment.