fix spellcheck
This commit is contained in:
parent
5997041420
commit
9688467f51
@ -34,7 +34,7 @@ steps:
|
|||||||
target: DOCKER_USER
|
target: DOCKER_USER
|
||||||
environment:
|
environment:
|
||||||
PUSHRM_FILE: README.md
|
PUSHRM_FILE: README.md
|
||||||
PUSHRM_SHORT: Custom Alpine image including a common toolset
|
PUSHRM_SHORT: Custom Alpine image including a common toolkit
|
||||||
PUSHRM_TARGET: ${CI_REPO}
|
PUSHRM_TARGET: ${CI_REPO}
|
||||||
when:
|
when:
|
||||||
- event: [push, manual]
|
- event: [push, manual]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# alpine
|
# alpine
|
||||||
|
|
||||||
Custom Alpine image including a common toolset
|
Custom Alpine image including a common toolkit
|
||||||
|
|
||||||
[![Build Status](https://img.shields.io/drone/build/docker/alpine-tools?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/alpine-tools)
|
[![Build Status](https://img.shields.io/drone/build/docker/alpine-tools?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/alpine-tools)
|
||||||
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/alpine)
|
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/alpine)
|
||||||
@ -8,10 +8,12 @@ Custom Alpine image including a common toolset
|
|||||||
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/alpine-tools)
|
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/alpine-tools)
|
||||||
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/alpine-tools/src/branch/main/LICENSE)
|
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/alpine-tools/src/branch/main/LICENSE)
|
||||||
|
|
||||||
Custom Alpine image including a common toolset.
|
Custom Alpine image including a common toolkit.
|
||||||
|
|
||||||
**Included software:**
|
**Included software:**
|
||||||
|
|
||||||
|
<!-- spellchecker-disable -->
|
||||||
|
|
||||||
- curl
|
- curl
|
||||||
- make
|
- make
|
||||||
- tar
|
- tar
|
||||||
@ -22,6 +24,7 @@ Custom Alpine image including a common toolset.
|
|||||||
- spellchecker-cli
|
- spellchecker-cli
|
||||||
- js-beautify
|
- js-beautify
|
||||||
- yamllint
|
- yamllint
|
||||||
|
<!-- spellchecker-enable -->
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user