switch to docker-pushrm
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
83ce2dc940
commit
e83b9ca02d
14
.drone.yml
14
.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
|
||||
|
||||
...
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user