Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-26 21:45:45 +03:00
parent ff0a6b7d66
commit d89fa7bc88

View File

@@ -49,6 +49,9 @@ steps:
password:
from_secret: harbor-password
image_pull_secrets:
- dockerconfig
---
kind: pipeline
@@ -86,13 +89,9 @@ steps:
image_pull_secrets:
- dockerconfig
# Такая кнопка нужна
# POST /api/repos/{owner}/{repo}/builds/{build}/promote?target={target}
#
# Read more: https://docs.drone.io/api/builds/build_promote/
---
kind: signature
hmac: 5434fd3ef36f3c4ad6ed754afd734938942bb756c6f33a1d3388ac74456aba04
hmac: b97d0b7b38500ddc83be6f72d4ed497af1692c1222745daf386ca0670d2c844c
...