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

This commit is contained in:
Struchkov Mark 2024-06-24 15:45:34 +03:00
parent b4a616c25f
commit 846112de99
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -12,8 +12,10 @@ volumes:
host:
path: /drone/volume/m2
steps:
image_pull_secrets:
- DOCKER_AUTH
steps:
- name: publish
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-17-alpine
privileged: true
@ -41,8 +43,10 @@ volumes:
host:
path: /drone/volume/m2
steps:
image_pull_secrets:
- DOCKER_AUTH
steps:
- name: publish maven central
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-17-alpine
privileged: true
@ -77,8 +81,10 @@ volumes:
host:
path: /drone/volume/m2
steps:
image_pull_secrets:
- DOCKER_AUTH
steps:
- name: publish struchkov nexus
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-17-alpine
privileged: true
@ -100,6 +106,6 @@ steps:
- mvn --settings maven-settings.xml -U -P ossrh,release-struchkov-nexus clean deploy
---
kind: signature
hmac: 35e7c21be35f906950e09e457265963407844b8d1899f46611805d575981ed99
hmac: 62899422b538523cb09e3756b7bebe1658e4093f6c6a3e2dd8c9c8f872558e54
...