Skip to content

Commit fe4a481

Browse files
committed
ci: fix
1 parent c8d69d1 commit fe4a481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/login-action@v3
1818
with:
1919
registry: ghcr.io
20-
username: ${{ github.actor }}
20+
username: ${{ github.repository_owner }}
2121
password: ${{ secrets.CR_PAT }}
2222

2323
- name: Build the finra-short-api Docker image

0 commit comments

Comments
 (0)