We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8b914 commit 1e321d9Copy full SHA for 1e321d9
1 file changed
.github/workflows/build.yaml
@@ -44,7 +44,7 @@ jobs:
44
uses: docker/login-action@v3.6.0
45
with:
46
registry: ghcr.io
47
- username: ${{ github.actor }}
+ username: ${{ github.repository_owner }}
48
password: ${{ secrets.BUILD_TOKEN }}
49
50
- name: Set up Docker Buildx
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
105
106
107
0 commit comments