Fix: push cache syntax

This commit is contained in:
2025-04-23 10:12:32 +08:00
parent f0eebe5bdb
commit 4f32a07193

View File

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