diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af34eee..158beab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,8 +78,8 @@ jobs: labels: ${{ steps.meta.outputs.labels }} # cache-from: type=local,src=/tmp/.buildx-cache # cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max - cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache - cache-to: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max + cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:latest + cache-to: type=inline # - # Temp fix # # https://github.com/docker/build-push-action/issues/252 # # https://github.com/moby/buildkit/issues/1896