update dependencies and cicd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-08-21 13:10:20 +03:00
parent 94debbfa30
commit ad4082a550
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -3,6 +3,9 @@ kind: pipeline
type: docker
name: snapshot-publish
image_pull_secrets:
- DOCKER_AUTH
trigger:
branch:
- develop
@ -32,6 +35,9 @@ kind: pipeline
type: docker
name: release-maven-central
image_pull_secrets:
- DOCKER_AUTH
trigger:
ref:
- refs/tags/v.*.*.*
@ -68,6 +74,9 @@ kind: pipeline
type: docker
name: release-struchkov-nexus
image_pull_secrets:
- DOCKER_AUTH
trigger:
ref:
- refs/tags/v.*.*.*
@ -102,6 +111,6 @@ steps:
# drone sign --save Godfather-Bots/telegram-bot-spring-boot-starter
---
kind: signature
hmac: f713949c6ff55744433dcbfcc2c05b7cbe385d64efa05ca5f29dab4eb56f27b2
hmac: 93f3708b1af7039d1123b22c8d5451b517042238efc2ff6dac791431c15d55b1
...