chore: change local cache log

pull/196/head
문성하 10 months ago
parent 344db95502
commit 6018fd3a14
No known key found for this signature in database

@ -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…
Cancel
Save