소스 검색

Update push-docker-test2.yaml

justheuristic 1 년 전
부모
커밋
6626f8ecc2
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  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