Revert "switch to docker-pushrm"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit e83b9ca02d
.
This commit is contained in:
parent
155c165777
commit
370cd2a4e1
13
.drone.yml
13
.drone.yml
@ -70,16 +70,15 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: readme
|
- name: readme
|
||||||
image: chko/docker-pushrm:1
|
image: sheogorath/readme-to-dockerhub
|
||||||
command:
|
|
||||||
- /docker-pushrm --file README.md --short "Custom Alpine base image" xoxys/${DRONE_REPO_NAME}
|
|
||||||
environment:
|
environment:
|
||||||
DOCKER_PASS:
|
DOCKERHUB_PASSWORD:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
DOCKER_USER:
|
DOCKERHUB_REPO_NAME: ${DRONE_REPO_NAME}
|
||||||
|
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:
|
||||||
@ -115,6 +114,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: bef51139e61fed75a240ae239b139362a942d1e823ef3b05cc700ea40f988bf3
|
hmac: 7f608c126a40dd2e4ebfaea6c87b51ebc3b9686f0d665806e4b282466ccd2622
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -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)
|
||||||
|
|
||||||
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.
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user