mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
chore: reclaim disk space in publish workflow
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
87e27b872b
commit
951d701bd2
1 changed files with 5 additions and 0 deletions
5
.github/workflows/publish.yaml
vendored
5
.github/workflows/publish.yaml
vendored
|
@ -25,6 +25,11 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Import environment variables from file
|
||||
run: cat ".github/env" >> $GITHUB_ENV
|
||||
- name: Reclaim disk space
|
||||
run: |
|
||||
docker image prune --force --all
|
||||
sudo rm -rf /usr/share/dotnet
|
||||
sudo rm -rf /usr/local/lib/android
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue