Skip to content

Commit

Permalink
Do not include Docker version in caching key
Browse files Browse the repository at this point in the history
We are now using Docker caching directly rather than downloading archives from S3, so it should not be needed.

This should unblock reusing the cache locally.
  • Loading branch information
Kobzol committed May 3, 2024
1 parent 79734f1 commit 27d1d0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ci/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
# only run in x86_64 machines.
uname -m >> $hash_key

docker --version >> $hash_key

# Include cache version. Can be used to manually bust the Docker cache.
echo "2" >> $hash_key

Expand Down

0 comments on commit 27d1d0a

Please sign in to comment.