From 5de124365a68661e5c99875f7dd583bc148b06ce Mon Sep 17 00:00:00 2001 From: Giovanni Rezcjikov Date: Sat, 21 Feb 2026 16:09:41 +0300 Subject: [PATCH] .drone.yml fix --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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