This commit is contained in:
parent
e6fac46ffb
commit
5e4e1e9071
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ jobs:
|
|||
uses: https://github.com/docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.mrdev023.fr
|
||||
username: ${{ secrets.GITEA_USERNAME }}
|
||||
password: ${{ secrets.GITEA_PASSWORD }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
|
||||
- name: Build and push
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
|
|
Loading…
Reference in a new issue