mirror of
https://github.com/docker/setup-qemu-action.git
synced 2025-04-03 04:40:10 +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 !== '') {
|
||||
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);
|
||||
});
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user