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

This commit is contained in:
2025-06-26 21:42:17 +03:00
parent c12fb06a96
commit ff0a6b7d66

View File

@@ -26,7 +26,7 @@ steps:
image: harbor.1sept.ru/drone/drone-kaniko
settings:
registry: harbor.1sept.ru
repo: drone/drone-kaniko
repo: drone/drone-kaniko-test
cache: false
tags:
- git-${DRONE_COMMIT_SHA:0:7}
@@ -37,10 +37,10 @@ steps:
from_secret: harbor-password
- name: test image
image: harbor.1sept.ru/drone/drone-kaniko:drone-${DRONE_BUILD_NUMBER}
image: harbor.1sept.ru/drone/drone-kaniko-test:drone-${DRONE_BUILD_NUMBER}
settings:
registry: harbor.1sept.ru
repo: drone/drone-kaniko
repo: drone/drone-kaniko-test
cache: false
tags:
- test
@@ -93,6 +93,6 @@ image_pull_secrets:
---
kind: signature
hmac: c44cfe961119141dbba92d73ff31f29821830ed35534d0fb40873dde158f8ae4
hmac: 5434fd3ef36f3c4ad6ed754afd734938942bb756c6f33a1d3388ac74456aba04
...