Skip to content

Commit 57b0be4

Browse files
authored
Disable Docker image pruning in docs publish workflow
1 parent 09fbaa1 commit 57b0be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ jobs:
407407
remove-android: 'true' # Remove Android tools (~2 GB savings)
408408
remove-haskell: 'true' # Remove Haskell (~1 GB savings)
409409
remove-codeql: 'true' # Remove CodeQL (~500 MB savings)
410-
remove-docker-images: 'true' # Prune Docker if used (~1-2 GB savings)
410+
remove-docker-images: 'false' # Prune Docker if used (~1-2 GB savings)
411411
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
412412
run: curl -s https://api.ipify.org
413413
- name: "📥 Checkout the repository"

0 commit comments

Comments
 (0)