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 !== '') {
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 {