From 96ab90ebe71f794b8cae7b881a338d18aa3c9050 Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos Date: Thu, 5 Oct 2023 15:57:30 -0300 Subject: [PATCH] disable caching --- .github/actions/docker/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/docker/action.yml b/.github/actions/docker/action.yml index 11d88522..b0e63477 100644 --- a/.github/actions/docker/action.yml +++ b/.github/actions/docker/action.yml @@ -121,8 +121,8 @@ runs: load: true tags: | ${{ steps.meta.outputs.tags }} - cache-from: type=gha - cache-to: type=gha,mode=max + # cache-from: type=gha + # cache-to: type=gha,mode=max file: ${{ inputs.FILE }} context: ${{ inputs.CONTEXT }} platforms: ${{ inputs.PLATFORMS }} @@ -150,8 +150,8 @@ runs: push: true tags: | ${{ steps.meta.outputs.tags }} - cache-from: type=gha - cache-to: type=gha,mode=max + # cache-from: type=gha + # cache-to: type=gha,mode=max file: ${{ inputs.FILE }} context: ${{ inputs.CONTEXT }} platforms: ${{ inputs.PLATFORMS }}