This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch fix-workflow in repository https://gitbox.apache.org/repos/asf/grails-plugins-metadata.git
commit be9fc60e7f18d2fe13ecfbb2ad387bb39a948c2b Author: Mattias Reichel <[email protected]> AuthorDate: Sat Dec 13 16:10:42 2025 +0100 ci: set docker user as root --- .github/actions/update-plugin-index/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/update-plugin-index/Dockerfile b/.github/actions/update-plugin-index/Dockerfile index 3ceeb5d..1f6f506 100644 --- a/.github/actions/update-plugin-index/Dockerfile +++ b/.github/actions/update-plugin-index/Dockerfile @@ -1,2 +1,3 @@ FROM groovy:5-jdk25 +USER root ENTRYPOINT ["groovy", "index-plugins.groovy"] \ No newline at end of file
