From 8000c6b5e3eda29948cdd9751b22306ad6e7bcaf Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 26 Jan 2025 16:19:55 +0900 Subject: [PATCH] Removed cache for base images --- .github/workflows/images_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index 41bfaf118..db85728ea 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -286,7 +286,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 with: - image: tonistiigi/binfmt:desktop-master + image: tonistiigi/binfmt:qemu-v8.1.5 platforms: all - name: Set up Docker Buildx @@ -511,7 +511,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 with: - image: tonistiigi/binfmt:desktop-master + image: tonistiigi/binfmt:qemu-v8.1.5 platforms: all - name: Set up Docker Buildx @@ -872,7 +872,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 with: - image: tonistiigi/binfmt:desktop-master + image: tonistiigi/binfmt:qemu-v8.1.5 platforms: all - name: Set up Docker Buildx