From 00892fcc3b5de1e6e1a61fbf86c1b16a7c0e8db7 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:41:50 +0200 Subject: [PATCH] show summary --- ci/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/build.sh b/ci/build.sh index e747b7c..1503394 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -19,6 +19,8 @@ cd ../app CURRENT_COMMIT=$(git rev-parse HEAD | cut -c1-8) echo "Latest commit of $APP is $CURRENT_COMMIT" +echo "**Commit: \`$CURRENT_COMMIT\`**" >> $GITHUB_STEP_SUMMARY + if [ "$APP" = "hugo-chat" ]; then IMAGE_PREFIX="docker.nilstrieb.dev/hugo-chat" SERVER_FULL_NAME="$IMAGE_PREFIX-server:$CURRENT_COMMIT"