diff --git a/.drone.yml b/.drone.yml index 4121d78..25c4b62 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: linux-amd64 platform: arch: amd64 os: linux - + steps: - name: generate_tag image: golang @@ -37,6 +37,7 @@ steps: from_secret: docker_password port: from_secret: docker_port + network_mode: host environment: REPO: from_secret: repo