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
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.lamy-charrier.fr
|
registry: git.lamy-charrier.fr
|
||||||
username: ${{ secrets.GITEA_USERNAME }}
|
username: ${{ secrets.GITHUB_USERNAME }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Extract Docker metadata
|
- name: Extract Docker metadata
|
||||||
id: meta
|
id: meta
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue