CI: replace repository_owner with actor
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 31s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 31s
This commit is contained in:
parent
9c6342b539
commit
f5db84b682
@ -22,7 +22,7 @@ jobs:
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.kucharczyk.xyz
|
||||
username: ${{ gitea.repository_owner }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.LOGIN_TOKEN}}
|
||||
|
||||
- name: Build and Push Docker Image
|
||||
|
Reference in New Issue
Block a user