From ce087a6b385985b485dcb262cff26afa27d09504 Mon Sep 17 00:00:00 2001 From: Max Leske <250711+theseion@users.noreply.github.com> Date: Sun, 26 Jan 2025 20:23:22 +0100 Subject: [PATCH] Update .github/workflows/publish.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Felipe Zipitría <3012076+fzipi@users.noreply.github.com> --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7fe853b..33a85bc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 with: - image: tonistiigi/binfmt:quemu-v8.1.5 + image: tonistiigi/binfmt:qemu-v8.1.5 # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx