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

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus-test-patch-action.git


The following commit(s) were added to refs/heads/main by this push:
     new f08c3fa  YETUS-1143. github action should use ghcr.io image (#11)
f08c3fa is described below

commit f08c3fa4017a1d438e2f79fbd1d88e9ea5d5fc79
Author: Allen Wittenauer <[email protected]>
AuthorDate: Sun Nov 21 15:49:37 2021 -0800

    YETUS-1143. github action should use ghcr.io image (#11)
---
 action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index 9c6662d..78bfe68 100644
--- a/action.yml
+++ b/action.yml
@@ -72,7 +72,7 @@ inputs:
 
 runs:
   using: 'docker'
-  image: docker://apache/yetus:main
+  image: docker://ghcr.io/apache/yetus:main
   args:
     - test-patch
     - --basedir=${{ inputs.basedir }}

Reply via email to