This commit is contained in:
parent
b4a616c25f
commit
846112de99
14
.drone.yml
14
.drone.yml
@ -12,8 +12,10 @@ volumes:
|
|||||||
host:
|
host:
|
||||||
path: /drone/volume/m2
|
path: /drone/volume/m2
|
||||||
|
|
||||||
steps:
|
image_pull_secrets:
|
||||||
|
- DOCKER_AUTH
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: publish
|
- name: publish
|
||||||
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-17-alpine
|
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-17-alpine
|
||||||
privileged: true
|
privileged: true
|
||||||
@ -41,8 +43,10 @@ volumes:
|
|||||||
host:
|
host:
|
||||||
path: /drone/volume/m2
|
path: /drone/volume/m2
|
||||||
|
|
||||||
steps:
|
image_pull_secrets:
|
||||||
|
- DOCKER_AUTH
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: publish maven central
|
- name: publish maven central
|
||||||
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-17-alpine
|
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-17-alpine
|
||||||
privileged: true
|
privileged: true
|
||||||
@ -77,8 +81,10 @@ volumes:
|
|||||||
host:
|
host:
|
||||||
path: /drone/volume/m2
|
path: /drone/volume/m2
|
||||||
|
|
||||||
steps:
|
image_pull_secrets:
|
||||||
|
- DOCKER_AUTH
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: publish struchkov nexus
|
- name: publish struchkov nexus
|
||||||
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-17-alpine
|
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-17-alpine
|
||||||
privileged: true
|
privileged: true
|
||||||
@ -100,6 +106,6 @@ steps:
|
|||||||
- mvn --settings maven-settings.xml -U -P ossrh,release-struchkov-nexus clean deploy
|
- mvn --settings maven-settings.xml -U -P ossrh,release-struchkov-nexus clean deploy
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 35e7c21be35f906950e09e457265963407844b8d1899f46611805d575981ed99
|
hmac: 62899422b538523cb09e3756b7bebe1658e4093f6c6a3e2dd8c9c8f872558e54
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user