From 0da948417ca0622df74930b2844dfc05a7fd079f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 27 Aug 2020 22:44:26 +0200 Subject: [PATCH] switch to docker-pushrm --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 79e385d..3eafa68 100644 --- a/.drone.yml +++ b/.drone.yml @@ -71,7 +71,6 @@ platform: steps: - name: readme image: chko/docker-pushrm:1 - user: root command: - /docker-pushrm --file "$${README_PATH}" --short "$${SHORT_DESCRIPTION}" "$${REPO_NAME}" environment: @@ -116,6 +115,6 @@ depends_on: --- kind: signature -hmac: aa5c556165eaba118af0cd57ccb1832c958a01c23f85c48634f1e44c46a974e5 +hmac: 9f74f6e2ae5728ffc6b93b7a8b82b6d5e885793bdc274aa96c1ef7f51366d577 ...