From d156573cb91c963a74212eefcc4f630f1584df6f Mon Sep 17 00:00:00 2001 From: stef Date: Tue, 16 Dec 2025 09:18:00 +0100 Subject: [PATCH] Add gitea repo --- .gitea/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2e98758..14caa0a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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: |