Skip to content

Commit

Permalink
Makes it clean up at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Jun 10, 2024
1 parent 5f5a7ff commit 4c0a03b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/Program_Build_Upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,14 @@ jobs:
tags: ${{ steps.sha.outputs.tags }}
labels: ${{ steps.sha.outputs.labels }}

Cleanupdockerimages:
name: Clean up the docker images
strategy:
matrix:
gpu_type: [1, 2, 3, 4, 5, 6]
needs: push_gpu_to_hub
runs-on: self-hosted
steps:
- name: Clean up Docker Cache
run: |
docker image prune -f -a
Expand Down

0 comments on commit 4c0a03b

Please sign in to comment.