From e83b9ca02d66752b39273a8ed13c027882278a2b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 27 Aug 2020 22:36:42 +0200 Subject: [PATCH] switch to docker-pushrm --- .drone.yml | 14 ++++++++------ README.md | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 914fe8f..79e385d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -70,15 +70,17 @@ platform: steps: - name: readme - image: sheogorath/readme-to-dockerhub + image: chko/docker-pushrm:1 + user: root + command: + - /docker-pushrm --file "$${README_PATH}" --short "$${SHORT_DESCRIPTION}" "$${REPO_NAME}" environment: - DOCKERHUB_PASSWORD: + DOCKER_PASS: from_secret: docker_password - DOCKERHUB_REPO_NAME: ${DRONE_REPO_NAME} - DOCKERHUB_REPO_PREFIX: xoxys - DOCKERHUB_USERNAME: + DOCKER_USER: from_secret: docker_username README_PATH: README.md + REPO_NAME: xoxys/${DRONE_REPO_NAME} SHORT_DESCRIPTION: Rootless NGINX - High-performance HTTP server and reverse proxy when: status: @@ -114,6 +116,6 @@ depends_on: --- kind: signature -hmac: 7f608c126a40dd2e4ebfaea6c87b51ebc3b9686f0d665806e4b282466ccd2622 +hmac: aa5c556165eaba118af0cd57ccb1832c958a01c23f85c48634f1e44c46a974e5 ... diff --git a/README.md b/README.md index 0867bf6..4215549 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/alpine) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/alpine/src/branch/master/LICENSE) -Rootless alpine base image. The pre-configured non-root user is a system user named `app` and UID `101`. It exists a primary group with the same values also. +DEBUG: Rootless alpine base image. The pre-configured non-root user is a system user named `app` and UID `101`. It exists a primary group with the same values also. ## License