Update .drone.yml
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2025-06-26 21:40:22 +03:00
parent 411aeefb8b
commit c12fb06a96

View File

@@ -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
...