Fix: push cache syntax
This commit is contained in:
@@ -100,6 +100,6 @@ runs:
|
|||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: |
|
cache-from: |
|
||||||
type:registry,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPO }}/cache
|
type=registry,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPO }}/cache
|
||||||
cache-to: |
|
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