From b1cbd661739e90cd95b59940d93937e4d2a3bd89 Mon Sep 17 00:00:00 2001 From: naumso Date: Thu, 26 Jun 2025 21:46:56 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1f2f631..55419c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ steps: from_secret: harbor-password - name: test image - image: harbor.1sept.ru/drone/drone-kaniko-test:drone-${DRONE_BUILD_NUMBER} + image: harbor.1sept.ru/drone/drone-kaniko-test:git-${DRONE_COMMIT_SHA:0:7} settings: registry: harbor.1sept.ru repo: drone/drone-kaniko-test @@ -73,7 +73,7 @@ trigger: steps: - name: build image - image: harbor.1sept.ru/drone/drone-kaniko:drone-${DRONE_BUILD_PARENT} + image: harbor.1sept.ru/drone/drone-kaniko settings: registry: harbor.1sept.ru repo: drone/drone-kaniko @@ -92,6 +92,6 @@ image_pull_secrets: --- kind: signature -hmac: b97d0b7b38500ddc83be6f72d4ed497af1692c1222745daf386ca0670d2c844c +hmac: 43172f671e9d867adfb09e1ac9d45a76f8cb9187c61e6db0474a201580894607 ...