Skip to content

Commit 523bd1d

Browse files
committed
Further readme cleanup
1 parent cd48af4 commit 523bd1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
The dockerfile in this repository allows you to build an AWS ECR plugin based on Docker Buildx for Drone.
66

77
Instead of rebuilding everything, it uses 2 upstream images:
8-
* [thegeeklab/drone-docker-buildx](https://hub.docker.com/r/thegeeklab/drone-docker-buildx): a fork of the regular Drone Docker plugin and uses Docker Buildx to build multi-arch containers
9-
* [plugins/ecr](https://hub.docker.com/r/plugins/ecr): the original AWS ECR plugin from the [Drone](https://github.com/drone/drone) authors.
8+
* [thegeeklab/drone-docker-buildx](https://hub.docker.com/r/thegeeklab/drone-docker-buildx): a fork of the regular Drone Docker plugin which uses Docker Buildx to build multi-arch containers
9+
* [plugins/ecr](https://hub.docker.com/r/plugins/ecr): the original AWS ECR plugin from the [Drone](https://github.com/drone/drone) authors
1010

1111

1212
### Where to get the plugin ?
@@ -36,7 +36,7 @@ steps:
3636
registry: 000000000000.dkr.ecr.us-east-1.amazonaws.com
3737
region: us-east-1
3838
```
39-
Refer to the regular Drone ECR plugin documentation for more options: http://plugins.drone.io/drone-plugins/drone-ecr/
39+
Refer to the [regular Drone ECR](http://plugins.drone.io/drone-plugins/drone-ecr/) plugin documentation for more options:
4040

4141
### What kind of policy do I need to make this work?
4242

0 commit comments

Comments
 (0)