fix pushrm description

This commit is contained in:
Robert Kaussow 2022-04-24 22:51:48 +02:00
parent 927cf16710
commit 726007c7f7
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 3 additions and 3 deletions

View File

@ -299,7 +299,7 @@ local PipelineNotifications = {
from_secret: 'docker_username',
},
PUSHRM_FILE: 'README.md',
PUSHRM_SHORT: 'Drone plugin to build multiarch Docker images',
PUSHRM_SHORT: 'Drone plugin to build multiarch Docker images with buildx',
PUSHRM_TARGET: 'thegeeklab/${DRONE_REPO_NAME}',
},
when: {

View File

@ -354,7 +354,7 @@ steps:
DOCKER_USER:
from_secret: docker_username
PUSHRM_FILE: README.md
PUSHRM_SHORT: Drone plugin to build multiarch Docker images
PUSHRM_SHORT: Drone plugin to build multiarch Docker images with buildx
PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME}
when:
status:
@ -401,6 +401,6 @@ depends_on:
---
kind: signature
hmac: 3dd3c3fdf24f47b2bbd401fd7d14c49f50df31855f3add113ace2584569c276f
hmac: 34d371e33a2ae4786904e9e41ca953588d63d0a24f7123f1324d883af000bad0
...