This commit is contained in:
parent
647b87522a
commit
c5a2aca433
@ -15,7 +15,7 @@ volumes:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: maven:3.8.5-openjdk-17
|
image: hub.docker.struchkov.dev/maven:3.9.5-eclipse-temurin-17-alpine
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: m2
|
- name: m2
|
||||||
@ -44,7 +44,7 @@ volumes:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: publish maven central
|
- name: publish maven central
|
||||||
image: maven:3.8.5-openjdk-17
|
image: hub.docker.struchkov.dev/maven:3.9.5-eclipse-temurin-17-alpine
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: m2
|
- name: m2
|
||||||
@ -79,7 +79,7 @@ volumes:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: publish struchkov nexus
|
- name: publish struchkov nexus
|
||||||
image: maven:3.8.5-openjdk-17
|
image: hub.docker.struchkov.dev/maven:3.9.5-eclipse-temurin-17-alpine
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: m2
|
- name: m2
|
||||||
@ -113,7 +113,7 @@ clone:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: build docs
|
- name: build docs
|
||||||
image: git.struchkov.dev/upagge/mkdocs-material-insiders:latest
|
image: private.docker.struchkov.dev/mkdocs:latest
|
||||||
volumes:
|
volumes:
|
||||||
- name: mkdocs_cache
|
- name: mkdocs_cache
|
||||||
path: ${DRONE_WORKSPACE}/documentation/ru/.cache
|
path: ${DRONE_WORKSPACE}/documentation/ru/.cache
|
||||||
|
Loading…
Reference in New Issue
Block a user