diff --git a/.drone.yml b/.drone.yml index 6f1a4a7..05be1fb 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:git-${DRONE_COMMIT_SHA:0:7} + image: harbor.1sept.ru/drone/drone-kaniko:drone-${DRONE_BUILD_NUMBER} settings: registry: harbor.1sept.ru repo: drone/drone-kaniko @@ -70,7 +70,7 @@ trigger: steps: - name: build image - image: harbor.1sept.ru/drone/drone-kaniko:git-${DRONE_COMMIT_SHA:0:7} + image: harbor.1sept.ru/drone/drone-kaniko:drone-${DRONE_BUILD_PARENT} settings: registry: harbor.1sept.ru repo: drone/drone-kaniko @@ -93,6 +93,6 @@ image_pull_secrets: --- kind: signature -hmac: 768919cfb45c131aae70e3091b96b6e2b75edfb0a0c019792f59da89d124991d +hmac: c44cfe961119141dbba92d73ff31f29821830ed35534d0fb40873dde158f8ae4 ...