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

This commit is contained in:
Lukáš Kucharczyk 2023-09-11 16:06:06 +00:00
parent 9c6342b539
commit f5db84b682

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