We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb08965 commit 53e0b31Copy full SHA for 53e0b31
.github/workflows/release.yaml
@@ -19,5 +19,5 @@ jobs:
19
env:
20
IMAGE_NAME: ${{ github.repository }}
21
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
22
- REGISTRY_USERNAME: ${{ github.actor }}
+ REGISTRY_USERNAME: ${{ github.repository_owner }}
23
TAG: ${{ github.event.release.tag_name }}
0 commit comments