fix: authentification
Some checks failed
Build & Deploy / Validation, build et push (push) Failing after 20s
Some checks failed
Build & Deploy / Validation, build et push (push) Failing after 20s
This commit is contained in:
parent
08dd17b8f4
commit
ca00e05afb
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue