From 6bc7671629c56cbd7d7d8c4578587abfd5bdb34c Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 5 Mar 2025 10:57:24 +0100 Subject: [PATCH] readme: note about usage with setup-buildx-action Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 5adf3ff..9fd13b4 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,19 @@ jobs: uses: docker/setup-qemu-action@v3 ``` +> [!NOTE] +> If you are using [`docker/setup-buildx-action`](https://github.com/docker/setup-buildx-action), +> this action should come before it: +> +> ```yaml +> - +> name: Set up QEMU +> uses: docker/setup-qemu-action@v3 +> - +> name: Set up Docker Buildx +> uses: docker/setup-buildx-action@v3 +> ``` + ## Customizing ### inputs