Fix: push cache syntax
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user