We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e74673 commit 3057e3eCopy full SHA for 3057e3e
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