Try with other name of secrets
Some checks failed
deploy / docker (push) Failing after 18m5s

This commit is contained in:
Florian RICHER 2023-11-21 20:28:51 +01:00
parent e6fac46ffb
commit 5e4e1e9071

View file

@ -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