Update .drone.yml

mtu 1200
This commit is contained in:
bohessefmvb 2026-01-15 21:13:12 -03:00 committed by GitHub
parent c195e3875a
commit 0f08f03319
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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