Selaa lähdekoodia

Update push-docker-test2.yaml

justheuristic 1 vuosi sitten
vanhempi
commit
6626f8ecc2
1 muutettua tiedostoa jossa 12 lisäystä ja 0 poistoa
  1. 12 0
      .github/workflows/push-docker-test2.yaml

+ 12 - 0
.github/workflows/push-docker-test2.yaml

@@ -42,6 +42,18 @@ jobs:
           username: ${{ secrets.DOCKER_HUB_USERNAME }}
           password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
 
+
+      - name: Free disk space on Ubuntu runner
+        uses: kfir4444/free-disk-space@main
+        with:
+          # frees about 6 GB, warning: may remove required tools
+          tool-cache: false
+          android: true
+          dotnet: true
+          haskell: true
+          large-packages: true
+          swap-storage: true
+
       - name: Build and push
         id: docker_buildd
         uses: docker/build-push-action@v5