Skip to content

Commit

Permalink
Print image input file and Docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Jan 28, 2024
1 parent da5ab5e commit 09e0d4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ci/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,13 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
context="$script_dir"
fi
echo "::group::Building docker image for $image"
echo "Image input"
cat $hash_key
echo "Image input checksum ${cksum}"

# Print docker version
docker --version

# On non-CI or PR jobs, we don't have permissions to write to the registry cache, so we should
# not use `docker login` nor caching.
if [[ "$CI" == "" ]] || [[ "$PR_CI_JOB" == "1" ]];
Expand Down

0 comments on commit 09e0d4f

Please sign in to comment.