Update .drone.yml

This commit is contained in:
bohessefmvb 2025-12-26 17:57:50 -03:00 committed by GitHub
parent b99f65501d
commit 62bb7086b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ 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
@ -28,7 +28,7 @@ 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