From 3e3f2a8cea6eb12e510ce1556a8db879f17c2d4e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 28 Aug 2020 09:38:56 +0200 Subject: [PATCH] debug --- .drone.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index e4ef481..6729b10 100644 --- a/.drone.yml +++ b/.drone.yml @@ -75,14 +75,11 @@ steps: - /docker-pushrm command: - --file - - README.md + - ${README_PATH} - --short - My short description - - --debug - - xoxys/alpine + - xoxys/${DRONE_REPO_NAME} environment: - DOCKERHUB_REPO_NAME: ${DRONE_REPO_NAME} - DOCKERHUB_REPO_PREFIX: xoxys DOCKER_PASS: from_secret: docker_password DOCKER_USER: @@ -123,6 +120,6 @@ depends_on: --- kind: signature -hmac: 1c4c843182e4149c1d1ab27e1f5c53d5a5d93ab1159f683d66cd156cc4025b35 +hmac: 64c7c54fc19148829d3bcf472a54b2b7473ac1f87595a20300e2e721a1dc937e ...