Skip to content

Commit 024b0be

Browse files
committed
fix: use repo owner instead of actor as username
This averts issues that occur in the hyperledger org to publish values to ghcr.io Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
1 parent 9baf15c commit 024b0be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-indy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: docker/login-action@v1
5353
with:
5454
registry: ghcr.io
55-
username: ${{ github.actor }}
55+
username: ${{ github.repository_owner }}
5656
password: ${{ secrets.GITHUB_TOKEN }}
5757

5858
- name: Setup Image Metadata (manual)

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: docker/login-action@v1
4646
with:
4747
registry: ghcr.io
48-
username: ${{ github.actor }}
48+
username: ${{ github.repository_owner }}
4949
password: ${{ secrets.GITHUB_TOKEN }}
5050

5151
- name: Setup Image Metadata (manual)

0 commit comments

Comments
 (0)