Update .drone.yml

mtu 1300
This commit is contained in:
bohessefmvb 2026-01-15 20:25:48 -03:00 committed by GitHub
parent 302363cce6
commit e1961fbf43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ steps:
registry: in.gohorsejobs.com
repo: in.gohorsejobs.com/gohorsejobsdev/gohorsejobs-backend
tags: [ latest, "${DRONE_COMMIT_SHA:0:8}" ]
mtu: 1480
mtu: 1300
context: backend
dockerfile: backend/Dockerfile
purge: true
@ -35,7 +35,7 @@ steps:
registry: in.gohorsejobs.com
repo: in.gohorsejobs.com/gohorsejobs-backoffice-dev/backoffice
tags: [ latest, "${DRONE_COMMIT_SHA:0:8}" ]
mtu: 1480
mtu: 1300
custom_config:
max-concurrent-uploads: 1
context: backoffice