CI: try replacing username with repository_owner
Build and Push Docker Image / build-and-push (push) Failing after 20s Details

This commit is contained in:
Lukáš Kucharczyk 2023-09-11 16:03:37 +00:00
parent cc91978e4e
commit 9c6342b539
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: lukas
username: ${{ gitea.repository_owner }}
password: ${{ secrets.LOGIN_TOKEN}}
- name: Build and Push Docker Image