We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb6f05 commit 014a4a1Copy full SHA for 014a4a1
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