CI: try replacing username with repository_owner
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 20s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 20s
This commit is contained in:
parent
cc91978e4e
commit
9c6342b539
@ -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
|
||||
|
Reference in New Issue
Block a user