diff --git a/.drone.yml b/.drone.yml index 09cfae4..f19c2a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,9 +24,7 @@ steps: - latest - ${DRONE_COMMIT_SHA:0:8} insecure: true - daemon_dns: - - 1.1.1.1 - - 8.8.8.8 + daemon_mtu: 1450 - name: build-and-publish-frontend image: plugins/docker @@ -43,9 +41,7 @@ steps: - latest - ${DRONE_COMMIT_SHA:0:8} insecure: true - daemon_dns: - - 1.1.1.1 - - 8.8.8.8 + daemon_mtu: 1450 depends_on: - build-and-publish-backend