We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c156614 commit b4d14ceCopy full SHA for b4d14ce
src/ci/docker/run.sh
@@ -76,8 +76,9 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
76
# Include cache version. Can be used to manually bust the Docker cache.
77
echo "2" >> $hash_key
78
79
- echo "Image input"
+ echo "::group::Image checksum input"
80
cat $hash_key
81
+ echo "::endgroup::"
82
83
cksum=$(sha512sum $hash_key | \
84
awk '{print $1}')
0 commit comments