From ca00e05afb344b6537c4508c18075956a0ea5572 Mon Sep 17 00:00:00 2001 From: Ploush Date: Sun, 7 Jun 2026 18:45:03 +0200 Subject: [PATCH] fix: authentification --- .forgejo/workflows/deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 5763529..d641aed 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -110,10 +110,7 @@ jobs: - name: Extraction de l'URL du registre id: registry run: | - # Retire le protocole pour obtenir uniquement le hostname - # Ex : https://forge.example.com → forge.example.com - HOST=$(echo "${{ github.server_url }}" | sed -E 's|^https?://||') - echo "host=${HOST}" >> "$GITHUB_OUTPUT" + echo "host=git.ploush.top" >> "$GITHUB_OUTPUT" # ── 5. Authentification ─────────────────────────────────────────── - name: Connexion au registre Forgejo