Fix: change GITEA_REPO to GITHUB_REPO

This commit is contained in:
2025-04-23 09:36:40 +08:00
parent b044aa2aad
commit 708e97f15b

View File

@@ -76,7 +76,7 @@ runs:
with: with:
context: workflow context: workflow
images: | images: |
${{ inputs.push-registry }}/${{ env.GITEA_REPO }} ${{ inputs.push-registry }}/${{ env.GITHUB_REPO }}
tags: | tags: |
type=ref,event=branch type=ref,event=branch
type=ref,event=tag type=ref,event=tag
@@ -94,6 +94,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.GITHUB_REPO }}/cache
cache-to: | cache-to: |
type:registry,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPO }}/cache type:registry,ref=${{ inputs.push-registry }}/${{ env.GITHUB_REPO }}/cache