Fix: change GITEA_REPOSITORY to GITHUB_REPOSITORY
This commit is contained in:
@@ -76,7 +76,7 @@ runs:
|
|||||||
with:
|
with:
|
||||||
context: workflow
|
context: workflow
|
||||||
images: |
|
images: |
|
||||||
${{ inputs.push-registry }}/${{ env.GITEA_REPOSITORY }}
|
${{ inputs.push-registry }}/${{ env.GITHUB_REPOSITORY }}
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
@@ -95,6 +95,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_REPOSITORY }}/cache
|
type:registry,ref=${{ inputs.push-registry }}/${{ env.GITHUB_REPOSITORY }}/cache
|
||||||
cache-to: |
|
cache-to: |
|
||||||
type:registry,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPOSITORY }}/cache
|
type:registry,ref=${{ inputs.push-registry }}/${{ env.GITHUB_REPOSITORY }}/cache
|
||||||
|
|||||||
Reference in New Issue
Block a user