From fdeb933e263f8498a081c26f727b73d695d7861e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Oct 2025 16:49:38 +0200 Subject: [PATCH] Actualiser .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 101bda8..91f5ec2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,13 +5,13 @@ name: unit steps: - name: build image: golang - pull: always + pull: if-not-exists commands: - go test - go build - name: publish - image: plugins/docker + image: plugins/docker:latest settings: username: from_secret: docker-user