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:
parent
344db95502
commit
6018fd3a14
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user