switch to docker-pushrm
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Robert Kaussow 2020-08-27 22:36:42 +02:00
parent 83ce2dc940
commit e83b9ca02d
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
2 changed files with 9 additions and 7 deletions

View File

@ -70,15 +70,17 @@ platform:
steps: steps:
- name: readme - 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: environment:
DOCKERHUB_PASSWORD: DOCKER_PASS:
from_secret: docker_password from_secret: docker_password
DOCKERHUB_REPO_NAME: ${DRONE_REPO_NAME} DOCKER_USER:
DOCKERHUB_REPO_PREFIX: xoxys
DOCKERHUB_USERNAME:
from_secret: docker_username from_secret: docker_username
README_PATH: README.md README_PATH: README.md
REPO_NAME: xoxys/${DRONE_REPO_NAME}
SHORT_DESCRIPTION: Rootless NGINX - High-performance HTTP server and reverse proxy SHORT_DESCRIPTION: Rootless NGINX - High-performance HTTP server and reverse proxy
when: when:
status: status:
@ -114,6 +116,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 7f608c126a40dd2e4ebfaea6c87b51ebc3b9686f0d665806e4b282466ccd2622 hmac: aa5c556165eaba118af0cd57ccb1832c958a01c23f85c48634f1e44c46a974e5
... ...

View File

@ -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) [![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) [![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 ## License