CI: add registry to login action
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 38s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 38s
This commit is contained in:
parent
0933761ade
commit
5d936d280d
@ -21,6 +21,7 @@ jobs:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.kucharczyk.xyz
|
||||
username: ${{ gitea.repository_owner }}
|
||||
password: ${{ secrets.GITEA_TOKEN}}
|
||||
|
||||
|
Reference in New Issue
Block a user