fix: authentification
Some checks failed
Build & Deploy / Validation, build et push (push) Failing after 20s

This commit is contained in:
Ploush 2026-06-07 18:45:03 +02:00
parent 08dd17b8f4
commit ca00e05afb

View file

@ -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