Skip to content

Commit

Permalink
build(ci): cleanup docker cache in gha runner before building new ima…
Browse files Browse the repository at this point in the history
…ges (#2745)
  • Loading branch information
hairyhum committed Mar 15, 2024
1 parent 9dfd130 commit daa6f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@ jobs:
- run: sudo rm -rf /usr/share/dotnet
- run: sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- run: docker image prune -af
- run: docker builder prune -af
- run: make release-snapshot
- run: ./build/push_images.sh

0 comments on commit daa6f13

Please sign in to comment.