From 32312577ce5578cca20700839726c692e9fb3747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=AC=B8=EC=84=B1=ED=95=98?= Date: Sun, 2 Feb 2025 22:15:08 +0900 Subject: [PATCH] docs: README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 68f17d7..0750d49 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,7 @@ The following inputs can be used as `step.with` keys: | `image` | String | [`tonistiigi/binfmt:latest`](https://hub.docker.com/r/tonistiigi/binfmt/tags) | QEMU static binaries Docker image | | `platforms` | String | `all` | Platforms to install (e.g., `arm64,riscv64,arm`) | | `cache-image` | Bool | `true` | Cache binfmt image to GitHub Actions cache backend | -| `cache-image-path` | String | `` | Local path to store the binfmt image. Using this enables local caching instead of GitHub Actions cache. - Note: The "latest" tag won't auto-update - delete the cached file to fetch updates. | +| `cache-image-path` | String | ` ` | Local path to store the binfmt image. Using this enables local caching instead of GitHub Actions cache. Note: The "latest" tag won't auto-update - delete the cached file to fetch updates. | ### outputs