CI: replace repository_owner with actor
Build and Push Docker Image / build-and-push (push) Successful in 31s Details

This commit is contained in:
Lukáš Kucharczyk 2023-09-11 16:06:06 +00:00
parent 9c6342b539
commit f5db84b682
1 changed files with 1 additions and 1 deletions

View File

@ -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