diff --git a/.drone.yml b/.drone.yml index 3fccda5..ce7a46b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,10 +20,9 @@ steps: image: plugins/docker settings: repo: registry:5000/link-shortener + insecure: true dockerfile: dockerfile - tags: - - latest - - ${DRONE_BRANCH} + tags: latest build_args: - GO_ENV=production