Skip to content

Commit a934772

Browse files
fix(ci): free up disk space (argoproj#15683)
* fix(ci): free up disk space Signed-off-by: Michael Crenshaw <[email protected]> * Update .github/workflows/image-reuse.yaml Co-authored-by: Justin Marquis <[email protected]> Signed-off-by: Michael Crenshaw <[email protected]> * Update .github/workflows/image-reuse.yaml Signed-off-by: Michael Crenshaw <[email protected]> --------- Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Justin Marquis <[email protected]>
1 parent 5f63246 commit a934772

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/image-reuse.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ jobs:
137137
138138
- name: Free Disk Space (Ubuntu)
139139
uses: jlumbroso/free-disk-space@4d9e71b726748f254fe64fa44d273194bd18ec91
140+
with:
141+
large-packages: false
142+
docker-images: false
143+
swap-storage: false
144+
tool-cache: false
140145

141146
- name: Build and push container image
142147
id: image

0 commit comments

Comments
 (0)