1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

chore: reclaim disk space in publish workflow

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier
2024-11-05 10:17:23 +01:00
parent 87e27b872b
commit 951d701bd2

View File

@@ -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: