Update .drone.yml

Ajuste
This commit is contained in:
bohessefmvb 2025-12-26 18:27:04 -03:00 committed by GitHub
parent 498ac4d0c7
commit 46d70c16b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,10 +16,11 @@ steps:
image: plugins/docker:latest
settings:
registry: in.gohorsejobs.com
repo: gohorsejobsdev/gohorsejobs-backend
repo: in.gohorsejobs.com/gohorsejobsdev/gohorsejobs-backend
tags: [ latest, "${DRONE_COMMIT_SHA:0:8}" ]
context: backend
dockerfile: backend/Dockerfile
insecure: true
username: { from_secret: HARBOR_USERNAME }
password: { from_secret: HARBOR_PASSWORD }
@ -27,10 +28,11 @@ steps:
image: plugins/docker:latest
settings:
registry: in.gohorsejobs.com
repo: gohorsejobs-backoffice-dev/backoffice
repo: in.gohorsejobs.com/gohorsejobs-backoffice-dev/backoffice
tags: [ latest, "${DRONE_COMMIT_SHA:0:8}" ]
context: backoffice
dockerfile: backoffice/Dockerfile
insecure: true
username: { from_secret: HARBOR_USERNAME }
password: { from_secret: HARBOR_PASSWORD }