Add gitea repo

This commit is contained in:
stef
2025-12-16 09:18:00 +01:00
parent 36e3c771f0
commit d156573cb9

View File

@@ -10,12 +10,18 @@ jobs:
with:
fetch-depth: 0 # Important pour récupérer tout l'historique Git
- name: Log in to registry
- name: Log in to Harbor registry
uses: docker/login-action@v3
with:
registry: harbor.bv.stef.lan
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}
- name: Log in to Gitea registry
uses: docker/login-action@v3
with:
registry: gitea.bv.stef.lan
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
- name: Debug Gitea variables
run: |