From 51cd99c0f3225088ba180a5c140302968639902c Mon Sep 17 00:00:00 2001 From: lotyp Date: Mon, 8 May 2023 14:56:56 +0300 Subject: [PATCH] fix: registry cache importer requires ref --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a469a34..1163f97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} - cache-from: type=registry,ref=${{ env.IMAGE_TAG }} - cache-to: type=inline + # cache-from: type=registry,ref=${{ env.IMAGE_TAG }} + # cache-to: type=inline ...