From 0673ae185cd2ad6df6b53ffb139441780bd57772 Mon Sep 17 00:00:00 2001 From: lixin <2967839139@qq.com> Date: Sat, 25 Jan 2025 10:57:22 +0800 Subject: [PATCH] ci(drone): Add Docker repository configuration for automated-api - Updated Docker plugin settings to specify repository name - Added explicit repository tag for 'automated-api' - Maintained existing tagging strategy with latest and commit SHA --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 6cb9815..a19a88b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,7 @@ steps: image: plugins/docker settings: dockerfile: Dockerfile + repo: automated-api tags: - latest - ${DRONE_COMMIT_SHA:0:8}