Switch away from organisation

This commit is contained in:
Igor
2023-06-19 21:47:58 +02:00
committed by Mecid Urganci
parent e860fe9bb3
commit 012bba9cfe

View File

@@ -20,7 +20,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }} # GitHub username or org
username: ${{ github.actor }} # GitHub username or org
password: ${{ secrets.GITHUB_TOKEN }} # GitHub actions builtin token. repo has to have pkg access.
- name: Checkout build repo