mirror of
https://github.com/drone-plugins/drone-pypi.git
synced 2026-06-04 18:24:00 +08:00
fix copy paste errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user