1
0
Fork 0
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:
Simon Pasquier 2024-11-05 10:17:23 +01:00
parent 87e27b872b
commit 951d701bd2
No known key found for this signature in database
GPG key ID: 0190A66C0A10FC4F

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: