From 0b26f2a624afb71e8a366416b988120dd918c2c5 Mon Sep 17 00:00:00 2001 From: sudacode Date: Sun, 29 Jun 2025 00:14:12 -0700 Subject: [PATCH] update workflow --- .github/workflows/docker-image.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0518df17..526d42cc 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -49,7 +49,6 @@ jobs: uses: docker/build-push-action@v3 with: context: . - # platforms: linux/amd64,linux/arm/v7,linux/arm64 platforms: linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: | @@ -58,10 +57,7 @@ jobs: cache-from: type=local,src=${{ runner.temp }}/.buildx-cache cache-to: type=local,dest=${{ runner.temp }}/.buildx-cache-new,mode=max - - # Temp fix - # https://github.com/docker/build-push-action/issues/252 - # https://github.com/moby/buildkit/issues/1896 - name: Move cache + - name: Move cache run: | rm -rf ${{ runner.temp }}/.buildx-cache mv ${{ runner.temp }}/.buildx-cache-new ${{ runner.temp }}/.buildx-cache