diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8309b46..e113d36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,8 +150,8 @@ jobs: context: . push: true tags: | - ghcr.io/${{ github.repository }}:${{ steps.version.outputs.VERSION }} - ghcr.io/${{ github.repository }}:latest + ghcr.io/${{ github.repository_owner }}/xcodereviewer:${{ steps.version.outputs.VERSION }} + ghcr.io/${{ github.repository_owner }}/xcodereviewer:latest cache-from: type=gha cache-to: type=gha,mode=max build-args: |