coretto url in test build
Test Build and Push to Harbor / build (push) Failing after 13s
Details
Test Build and Push to Harbor / build (push) Failing after 13s
Details
This commit is contained in:
parent
4e4b7a8a5e
commit
d336b245bc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue