From 992017414a2b9ebb3a8d4ab39e2af6b907d8950d Mon Sep 17 00:00:00 2001 From: naumso Date: Tue, 27 Aug 2024 13:26:08 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9e9bb03..a9748e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,14 +31,13 @@ steps: tags: - git-${DRONE_COMMIT_SHA:0:7} - drone-${DRONE_BUILD_NUMBER} - - 1.23.2-debug username: from_secret: harbor-username password: from_secret: harbor-password - name: test image - image: harbor.1sept.ru/drone/drone-kaniko:1.23.2-debug + image: harbor.1sept.ru/drone/drone-kaniko:git-${DRONE_COMMIT_SHA:0:7} settings: registry: harbor.1sept.ru repo: drone/drone-kaniko @@ -59,7 +58,6 @@ steps: tags: - git-${DRONE_COMMIT_SHA:0:7} - drone-${DRONE_BUILD_NUMBER} - - 1.23.2-debug - latest username: from_secret: harbor-username @@ -75,6 +73,6 @@ image_pull_secrets: --- kind: signature -hmac: dffa37945bf257b1523893d31bd28e05e9113cf43b913a58154009e5ee815f9a +hmac: 71e77d227ecf0c74b53f943cc5b50c9701fd2d5b78722d62104463d0b93584d3 ...