ci: try to fix login
Some checks failed
Build and Publish Docker Image / docker (push) Failing after 25s
Some checks failed
Build and Publish Docker Image / docker (push) Failing after 25s
This commit is contained in:
parent
4821e5eee8
commit
d31f0cae22
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.lamy-charrier.fr
|
||||
username: ${{ secrets.GITEA_USERNAME }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
username: ${{ secrets.GITHUB_USERNAME }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Extract Docker metadata
|
||||
id: meta
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue