From 4f32a071938f1d9c9cb2b3d51e8eca7f167e9f44 Mon Sep 17 00:00:00 2001 From: ytshih Date: Wed, 23 Apr 2025 10:12:32 +0800 Subject: [PATCH] Fix: push cache syntax --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 7cf40a1..15cbe9d 100644 --- a/action.yaml +++ b/action.yaml @@ -100,6 +100,6 @@ runs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: | - type:registry,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPO }}/cache + type=registry,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPO }}/cache cache-to: | - type:registry,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPO }}/cache + type=registry,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPO }}/cache