You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2022/05/11 14:20:53 UTC

[solr-docker] branch main updated: Use docker-library/official-images for PRs (#3)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-docker.git


The following commit(s) were added to refs/heads/main by this push:
     new 5b5168c  Use docker-library/official-images for PRs (#3)
5b5168c is described below

commit 5b5168ccc5275618f2ca440b5cbb3301e1634bd6
Author: Houston Putman <ho...@apache.org>
AuthorDate: Wed May 11 10:20:48 2022 -0400

    Use docker-library/official-images for PRs (#3)
    
    Also add mike as a maintainer
---
 .github/workflows/pr-for-official-repo.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/pr-for-official-repo.yml b/.github/workflows/pr-for-official-repo.yml
index 2dae4b0..07c99e7 100644
--- a/.github/workflows/pr-for-official-repo.yml
+++ b/.github/workflows/pr-for-official-repo.yml
@@ -22,7 +22,7 @@ jobs:
       - name: Checkout official-images fork
         uses: actions/checkout@v3
         with:
-          repository: docker-solr/official-images
+          repository: docker-library/official-images
           path: official-images
       - name: check headcommit message
         id: commit
@@ -42,7 +42,7 @@ jobs:
         uses: peter-evans/create-pull-request@v4
         with:
           path: official-images
-          #push-to-fork: docker-solr/official-images
+          push-to-fork: docker-solr/official-images
           add-paths: library/solr
           branch-suffix: short-commit-hash
           commit-message: "Apache Solr - ${{ github.event.commits[0].message }}"
@@ -52,7 +52,7 @@ jobs:
             
             ${{ github.event.commits[0].message }}
             
-            Relevant Maintainers: @HoustonPutman @janhoy @dsmiley @janhoy
+            Relevant Maintainers: @HoustonPutman @janhoy @dsmiley @madrob
             
             This is an automated PR based on a change made in the https://github.com/apache/solr-docker repository's `main` branch.
           delete-branch: true