Set ghcr.io username to user triggering the build

This should hopefully make pushes work in PRs? I'm grasping at straws at this point.
pull/248/head
Hubbe 3 years ago
parent daa1b2741b
commit 9750cbd728

@ -42,7 +42,7 @@ jobs:
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build ${{ matrix.component }} - name: Build ${{ matrix.component }}

Loading…
Cancel
Save