From d336b245bc892efff78f3c62508b4bb89f1b1640 Mon Sep 17 00:00:00 2001 From: MSVstudios <98731643+MSVstudios@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:38:48 +0100 Subject: [PATCH] coretto url in test build --- .gitea/workflows/test-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index 24ed8f3..7e3b073 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -11,7 +11,7 @@ jobs: - name: Login to Harbor uses: docker/login-action@v3 with: - registry: reg.naturareel.com # Inserisci l'URL del tuo Harbor + registry: reg.neurareel.com # Inserisci l'URL del tuo Harbor username: ${{ secrets.HARBOR_USERNAME }} # Assicurati di aver impostato anche questo secret su Gitea password: ${{ secrets.HARBOR_PASSWORD }} @@ -20,4 +20,4 @@ jobs: with: context: . push: true - tags: reg.naturareel.com/artchive21/test-build:latest # Inserisci URL, progetto Harbor e nome immagine + tags: reg.neurareel.com/artchive21/test-build:latest # Inserisci URL, progetto Harbor e nome immagine