Skip to content

Commit 57106d8

Browse files
Use repository_owner instead of actor
Co-authored-by: Copilot <[email protected]>
1 parent 2813359 commit 57106d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: docker/login-action@v3
3838
with:
3939
registry: ${{ env.REGISTRY }}
40-
username: ${{ github.actor }}
40+
username: ${{ github.repository_owner }}
4141
password: ${{ secrets.GITHUB_TOKEN }}
4242

4343
# Set up BuildKit Docker container builder to be able to build

0 commit comments

Comments
 (0)