From 369348a464755d04b874508d47cc1ee7f632863e Mon Sep 17 00:00:00 2001 From: Raul Salamanca Date: Thu, 18 Aug 2022 07:42:50 -0400 Subject: [PATCH 1/2] test commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68d2497..0e4c53d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # drone-manifest-ecr +TEST + Drone plugin to push Docker manifest to a AWS ECR for multi-architecture mappings. For the usage information and a listing of the available options please take a look at [the docs](http://plugins.drone.io/drone-plugins/drone-manifest/). ## Build From 3b402c4d0ae4c39845320fe3fcdbd08ce2be6117 Mon Sep 17 00:00:00 2001 From: Raul Salamanca Date: Thu, 18 Aug 2022 07:44:48 -0400 Subject: [PATCH 2/2] add manifest on pr --- .drone.star | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.star b/.drone.star index 8c8fba2..7553cc7 100644 --- a/.drone.star +++ b/.drone.star @@ -228,6 +228,7 @@ def manifest(ctx): 'ref': [ 'refs/heads/master', 'refs/tags/**', + 'refs/pull/**', ], }, }]