diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2fa258d..d2abc17 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ on: types: [published] env: - IMAGE: ${{ github.repository_owner }}/${{ github.repository }} + IMAGE: ${{ github.repository }} REGISTRY: "ghcr.io" GO_VERSION: "1.21" TAG: ${{ github.event.release.tag_name }}