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: with:
fetch-depth: 0 # Important pour récupérer tout l'historique Git 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 uses: docker/login-action@v3
with: with:
registry: harbor.bv.stef.lan registry: harbor.bv.stef.lan
username: ${{ secrets.HARBOR_USERNAME }} username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }} 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 - name: Debug Gitea variables
run: | run: |