We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5ab5e commit 09e0d4fCopy full SHA for 09e0d4f
src/ci/docker/run.sh
@@ -84,8 +84,13 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
84
context="$script_dir"
85
fi
86
echo "::group::Building docker image for $image"
87
+ echo "Image input"
88
+ cat $hash_key
89
echo "Image input checksum ${cksum}"
90
91
+ # Print docker version
92
+ docker --version
93
+
94
# On non-CI or PR jobs, we don't have permissions to write to the registry cache, so we should
95
# not use `docker login` nor caching.
96
if [[ "$CI" == "" ]] || [[ "$PR_CI_JOB" == "1" ]];
0 commit comments