Update Docker repository paths in .drone.yml
Ajuste drone
This commit is contained in:
parent
98bac41aa8
commit
fc89b8dc0b
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ steps:
|
|||
image: plugins/docker:latest
|
||||
settings:
|
||||
registry: in.gohorsejobs.com
|
||||
repo: in.gohorsejobs.com/gohorsejobsdev/gohorsejobs-backend
|
||||
repo: 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: in.gohorsejobs.com/gohorsejobs-backoffice-dev/backoffice
|
||||
repo: gohorsejobs-backoffice-dev/backoffice
|
||||
tags: [ latest, "${DRONE_COMMIT_SHA:0:8}" ]
|
||||
context: backoffice
|
||||
dockerfile: backoffice/Dockerfile
|
||||
|
|
|
|||
Loading…
Reference in a new issue