There was an error while loading. Please reload this page.
1 parent 767ecd5 commit 7eb9736Copy full SHA for 7eb9736
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: docker/login-action@v1
50
with:
51
registry: ghcr.io
52
- username: ${{ github.repository_owner }}
+ username: ${{ github.actor }}
53
password: ${{ secrets.GITHUB_TOKEN }}
54
-
55
name: Set up QEMU
0 commit comments