From 8fe91b63605622371977dc6672e44e2729099109 Mon Sep 17 00:00:00 2001 From: Kokomo123 Date: Sat, 24 Aug 2024 22:21:14 -0400 Subject: [PATCH] Experimental purposes.. --- .github/workflows/main.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c3cf505..ec0677fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,6 +60,19 @@ jobs: with: platforms: all + - name: Free Disk Space (Ubuntu) + uses: insightsengineering/disk-space-reclaimer@v1 + with: + # this might remove tools that are actually needed, + # if set to "true" but frees about 6 GB + tools-cache: true + android: true + dotnet: true + haskell: true + large-packages: true + swap-storage: true + docker-images: false + - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@master @@ -73,9 +86,8 @@ jobs: context: . builder: ${{ steps.buildx.outputs.name }} platforms: linux/arm64,linux/amd64 - push: false + push: true tags: ghcr.io/kokomo123/5etools-img:latest,ghcr.io/kokomo123/5etools-img:testing - load: true - name: Push image run: |