updated README.md (closes #1)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
048cc2c70a
commit
cb5c1b6ba2
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: linux-amd64
|
name: linux-amd64
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
@ -19,6 +20,7 @@ steps:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: linux-arm
|
name: linux-arm
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# [feed2toot-docker](https://git.sp-codes.de/samuel-p/feed2toot-docker)
|
# [feed2toot-docker](https://git.sp-codes.de/samuel-p/feed2toot-docker)
|
||||||
|
|
||||||
[![Build Status](https://ci.sp-codes.de/api/badges/samuel-p/feed2toot-docker/status.svg)](https://ci.sp-codes.de/samuel-p/feed2toot-docker) [![License](https://img.shields.io/badge/license-GPL--3.0-orange)](#license) [![Docker Pulls](https://img.shields.io/docker/pulls/samuelph/feed2toot)](https://hub.docker.com/repository/docker/samuelph/feed2toot)
|
[![Build Status](https://ci.sp-codes.de/api/badges/samuel-p/feed2toot-docker/status.svg)](https://ci.sp-codes.de/samuel-p/feed2toot-docker) [![License](https://img.shields.io/badge/license-GPL--3.0-orange)](#license) [![Docker Pulls](https://img.shields.io/docker/pulls/samuelph/feed2toot)](https://hub.docker.com/r/samuelph/feed2toot)
|
||||||
|
|
||||||
A Docker image for [feed2toot](https://gitlab.com/chaica/feed2toot).
|
A Docker image for [feed2toot](https://gitlab.com/chaica/feed2toot).
|
||||||
|
|
||||||
|
@ -82,4 +82,4 @@ Now you can run the image like before.
|
||||||
|
|
||||||
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0)
|
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
|
|
||||||
feed2toot-docker is Free Software: It is licensed under GNU GPL v3 (See [LICENSE](LICENSE) for more information).
|
feed2toot-docker is Free Software: It is licensed under GNU GPL v3 (See [LICENSE](LICENSE) for more information).
|
||||||
|
|
Reference in a new issue