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 }}