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

This commit is contained in:
2023-09-11 16:03:37 +00:00
parent cc91978e4e
commit 9c6342b539
+1 -1
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