[CI] Changed mtu to 1400
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2023-03-22 17:27:31 +01:00
parent 4f63bf05dd
commit e7716d1a59

View File

@ -15,7 +15,7 @@ steps:
registry: 'docker.io'
cache_from: 'rakepanorama/ansible-deployment'
repo: 'rakepanorama/ansible-deployment'
mtu: '1280'
mtu: '1400'
# build stuff
dockerfile: 'Dockerfile.linux.amd64'