1
Fork 0

ci: Cleanup docker build logs in CI

This commit is contained in:
ranger-ross 2024-12-31 00:28:58 +09:00
parent c1566141b6
commit b4d14ceae7
No known key found for this signature in database
GPG key ID: A7D198C212395322

View file

@ -76,8 +76,9 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
# Include cache version. Can be used to manually bust the Docker cache.
echo "2" >> $hash_key
echo "Image input"
echo "::group::Image checksum input"
cat $hash_key
echo "::endgroup::"
cksum=$(sha512sum $hash_key | \
awk '{print $1}')