From 5a2924a4ebadfb603ce442a9bcf9426c6d031958 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Sat, 11 Nov 2023 09:56:30 +0000 Subject: [PATCH] remove buildx cache --- .github/workflows/buiild.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/buiild.yml b/.github/workflows/buiild.yml index 48461d8..f9ae3b1 100644 --- a/.github/workflows/buiild.yml +++ b/.github/workflows/buiild.yml @@ -19,14 +19,6 @@ jobs: # tag is branch name or tag if there is a tag echo ::set-output name=image_tag::${GITHUB_REF##*/} - - name: Cache Docker layers - uses: actions/cache@v3 - with: - path: /tmp/.buildx-cache - key: ${{ runner.os }}-buildx-${{ github.sha }} - restore-keys: | - ${{ runner.os }}-buildx- - - name: Log in to GitHub Docker Registry uses: docker/login-action@v3 with: