1
0
mirror of https://github.com/docker/setup-qemu-action.git synced 2025-07-07 21:52:48 +08:00

chore: change local cache log

This commit is contained in:
문성하 2025-02-02 21:40:54 +09:00
parent 344db95502
commit 6018fd3a14
No known key found for this signature in database

View File

@ -21,7 +21,7 @@ actionsToolkit.run(
}); });
if (input.localCachePath !== '') { if (input.localCachePath !== '') {
await core.group(`Pulling binfmt Docker image`, async () => { await core.group(`Pulling binfmt Docker image with local cache`, async () => {
await loadDockerImageFromCache(input.localCachePath, input.image); await loadDockerImageFromCache(input.localCachePath, input.image);
}); });
} else { } else {