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