CI: try replacing username with repository_owner
Build and Push Docker Image / build-and-push (push) Failing after 20s
Details
Build and Push Docker Image / build-and-push (push) Failing after 20s
Details
This commit is contained in:
parent
cc91978e4e
commit
9c6342b539
|
@ -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: lukas
|
username: ${{ gitea.repository_owner }}
|
||||||
password: ${{ secrets.LOGIN_TOKEN}}
|
password: ${{ secrets.LOGIN_TOKEN}}
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
|
|
Reference in New Issue