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