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

jamesfredley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/grails-static-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d7f3bffcaa2 Disable Docker image pruning in publish workflow
d7f3bffcaa2 is described below

commit d7f3bffcaa2fd5ce46e01657f2375871a82b77f4
Author: James Fredley <[email protected]>
AuthorDate: Thu Oct 9 20:02:16 2025 -0400

    Disable Docker image pruning in publish workflow
---
 .github/workflows/publish.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 7b01f4a428c..ef18c4ecb7f 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -22,7 +22,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)
       - uses: actions/checkout@v4
       - uses: actions/cache@v4
         with:

Reply via email to