misc: Fix 'username' field in docker-build.yaml

This commit is contained in:
Bobby R. Bruce
2024-09-21 08:01:22 -07:00
parent b47dc0d5e6
commit 7a5b8d9a9c

View File

@@ -53,7 +53,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push