We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648c6fb commit 8ce451cCopy full SHA for 8ce451c
.github/workflows/release.yaml
@@ -33,4 +33,4 @@ jobs:
33
args: release --clean
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
- KO_DOCKER_REPO: ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}
+ KO_DOCKER_REPO: ghcr.io/${{ github.repository }}
0 commit comments