Fix: change GITHUB_REPO to GITEA_REPOSITORY
This commit is contained in:
@@ -76,7 +76,7 @@ runs:
|
||||
with:
|
||||
context: workflow
|
||||
images: |
|
||||
${{ inputs.push-registry }}/${{ env.GITHUB_REPO }}
|
||||
${{ inputs.push-registry }}/${{ env.GITEA_REPOSITORY }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
@@ -94,6 +94,6 @@ runs:
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: |
|
||||
type:registry,ref=${{ inputs.push-registry }}/${{ env.GITHUB_REPO }}/cache
|
||||
type:registry,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPOSITORY }}/cache
|
||||
cache-to: |
|
||||
type:registry,ref=${{ inputs.push-registry }}/${{ env.GITHUB_REPO }}/cache
|
||||
type:registry,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPOSITORY }}/cache
|
||||
|
||||
Reference in New Issue
Block a user