mirror of
https://github.com/drone-plugins/drone-pypi.git
synced 2026-06-04 10:15:06 +08:00
fix copy paste errors
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
repository:
|
||||
name: drone-ansible
|
||||
description: Drone plugin to provision via Ansible
|
||||
homepage: http://plugins.drone.io/drone-plugins/drone-ansible
|
||||
name: drone-pypi
|
||||
description: Drone plugin to publish python packages to PyPi
|
||||
homepage: http://plugins.drone.io/drone-plugins/drone-pypi
|
||||
topics: drone, drone-plugin
|
||||
|
||||
private: false
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
[](https://gitter.im/drone/drone)
|
||||
[](https://discourse.drone.io)
|
||||
[](https://stackoverflow.com/questions/tagged/drone.io)
|
||||
[](https://microbadger.com/images/plugins/ansible "Get your own image badge on microbadger.com")
|
||||
[](https://microbadger.com/images/plugins/pypi "Get your own image badge on microbadger.com")
|
||||
[](http://godoc.org/github.com/drone-plugins/drone-pypi)
|
||||
[](https://goreportcard.com/report/github.com/drone-plugins/drone-pypi)
|
||||
|
||||
@@ -31,7 +31,7 @@ Build the Docker image with the following commands:
|
||||
docker build \
|
||||
--label org.label-schema.build-date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
|
||||
--label org.label-schema.vcs-ref=$(git rev-parse --short HEAD) \
|
||||
--file docker/Dockerfile.linux.amd64 --tag plugins/ansible .
|
||||
--file docker/Dockerfile.linux.amd64 --tag plugins/pypi .
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM plugins/base:linux-amd64
|
||||
|
||||
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
|
||||
org.label-schema.name="Drone Ansible" \
|
||||
org.label-schema.name="Drone PyPi" \
|
||||
org.label-schema.vendor="Drone.IO Community" \
|
||||
org.label-schema.schema-version="1.0"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM plugins/base:linux-arm
|
||||
|
||||
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
|
||||
org.label-schema.name="Drone Ansible" \
|
||||
org.label-schema.name="Drone PyPi" \
|
||||
org.label-schema.vendor="Drone.IO Community" \
|
||||
org.label-schema.schema-version="1.0"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM plugins/base:linux-arm64
|
||||
|
||||
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
|
||||
org.label-schema.name="Drone Ansible" \
|
||||
org.label-schema.name="Drone PyPi" \
|
||||
org.label-schema.vendor="Drone.IO Community" \
|
||||
org.label-schema.schema-version="1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user