Skip to content

Commit b4d14ce

Browse files
committed
ci: Cleanup docker build logs in CI
1 parent c156614 commit b4d14ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/run.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
7676
# Include cache version. Can be used to manually bust the Docker cache.
7777
echo "2" >> $hash_key
7878

79-
echo "Image input"
79+
echo "::group::Image checksum input"
8080
cat $hash_key
81+
echo "::endgroup::"
8182

8283
cksum=$(sha512sum $hash_key | \
8384
awk '{print $1}')

0 commit comments

Comments
 (0)