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
|
uses: https://github.com/docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: gitea.mrdev023.fr
|
registry: gitea.mrdev023.fr
|
||||||
username: ${{ secrets.GITEA_USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.GITEA_PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
|
|
Loading…
Reference in a new issue