Update .drone.yml
Ajuste
This commit is contained in:
parent
63b0014f3f
commit
7f1b910fc2
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ steps:
|
||||||
registry: in.gohorsejobs.com
|
registry: in.gohorsejobs.com
|
||||||
repo: in.gohorsejobs.com/gohorsejobs-backoffice-dev/backoffice
|
repo: in.gohorsejobs.com/gohorsejobs-backoffice-dev/backoffice
|
||||||
tags: [ latest, "${DRONE_COMMIT_SHA:0:8}" ]
|
tags: [ latest, "${DRONE_COMMIT_SHA:0:8}" ]
|
||||||
|
custom_config:
|
||||||
|
max-concurrent-uploads: 1
|
||||||
context: backoffice
|
context: backoffice
|
||||||
dockerfile: backoffice/Dockerfile
|
dockerfile: backoffice/Dockerfile
|
||||||
purge: true
|
purge: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue