Skip to content

Commit 4c0a03b

Browse files
committed
Makes it clean up at the end
1 parent 5f5a7ff commit 4c0a03b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/Program_Build_Upload.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,14 @@ jobs:
221221
tags: ${{ steps.sha.outputs.tags }}
222222
labels: ${{ steps.sha.outputs.labels }}
223223

224+
Cleanupdockerimages:
225+
name: Clean up the docker images
226+
strategy:
227+
matrix:
228+
gpu_type: [1, 2, 3, 4, 5, 6]
229+
needs: push_gpu_to_hub
230+
runs-on: self-hosted
231+
steps:
224232
- name: Clean up Docker Cache
225233
run: |
226234
docker image prune -f -a

0 commit comments

Comments
 (0)