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