diff --git a/action.yaml b/action.yaml index d1ffdcd..026e89b 100644 --- a/action.yaml +++ b/action.yaml @@ -76,7 +76,7 @@ runs: with: context: workflow images: | - ${{ inputs.push-registry }}/${{ env.GITEA_REPO }} + ${{ inputs.push-registry }}/${{ env.GITHUB_REPO }} 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.GITEA_REPO }}/cache + type:registry,ref=${{ inputs.push-registry }}/${{ env.GITHUB_REPO }}/cache cache-to: | - type:registry,ref=${{ inputs.push-registry }}/${{ env.GITEA_REPO }}/cache + type:registry,ref=${{ inputs.push-registry }}/${{ env.GITHUB_REPO }}/cache