diff --git a/.drone.yml b/.drone.yml index 703a119..09f07f2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -70,7 +70,9 @@ platform: steps: - name: readme - image: sheogorath/readme-to-dockerhub + image: chko/docker-pushrm:1 + commands: + - /docker-pushrm --file ./README.md --short "My short description" --debug xoxys/alpine environment: DOCKERHUB_PASSWORD: from_secret: docker_password @@ -114,6 +116,6 @@ depends_on: --- kind: signature -hmac: 598035ea2f0d3f435573e6ff4fcd90da93e4d04b462dbee25d0738996b543c9f +hmac: 1cf5dc1669d06f8e91e2577eebade3eb7b29f44d745f5446572045da5ef991a8 ...