This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 57b0be4c94 Disable Docker image pruning in docs publish workflow
57b0be4c94 is described below
commit 57b0be4c946da0d60c89aa3158e0085c8433f438
Author: James Fredley <[email protected]>
AuthorDate: Thu Oct 9 18:27:14 2025 -0400
Disable Docker image pruning in docs publish workflow
---
.github/workflows/gradle.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 716893c361..62ad82c49b 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -407,7 +407,7 @@ jobs:
remove-android: 'true' # Remove Android tools (~2 GB savings)
remove-haskell: 'true' # Remove Haskell (~1 GB savings)
remove-codeql: 'true' # Remove CodeQL (~500 MB savings)
- remove-docker-images: 'true' # Prune Docker if used (~1-2 GB
savings)
+ remove-docker-images: 'false' # Prune Docker if used (~1-2 GB
savings)
- name: "Output Agent IP" # in the event RAO blocks this agent, this can
be used to debug it
run: curl -s https://api.ipify.org
- name: "📥 Checkout the repository"