From 75b7bd8108da5db9a078528b20e3c1e8c0787434 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 26 Jan 2025 16:17:40 +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 2d45dfcd3..41bfaf118 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:buildkit-master + image: tonistiigi/binfmt:desktop-master 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:buildkit-master + image: tonistiigi/binfmt:desktop-master 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:buildkit-master + image: tonistiigi/binfmt:desktop-master platforms: all - name: Set up Docker Buildx