diff --git a/entrypoint.sh b/entrypoint.sh index 3e09649..c37c9d7 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -202,7 +202,7 @@ always_build() { get_mid() { local mid mid=$(git log -1 --format="format:%b" | \ - grep "^Message-Id: " | \ + grep -i "^Message-Id: " | \ tail -n1 | \ awk '{print $2}')