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