diff --git a/.drone.yml b/.drone.yml index 3f1cc73..941ab78 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...