Skip to content

Commit 53e0b31

Browse files
committed
fix(actions): update release job to use repo owner
1 parent eb08965 commit 53e0b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
env:
2020
IMAGE_NAME: ${{ github.repository }}
2121
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
22-
REGISTRY_USERNAME: ${{ github.actor }}
22+
REGISTRY_USERNAME: ${{ github.repository_owner }}
2323
TAG: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)