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

Merge branch 'release-0.78' into merge-release-0.78

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier
2024-11-05 15:32:56 +01:00
46 changed files with 93 additions and 78 deletions

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: