1
Fork 0

Do not include Docker version in caching key

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.
This commit is contained in:
Jakub Beránek 2024-05-03 15:49:15 +02:00
parent 79734f1db8
commit 27d1d0a6a4
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -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