From 4d201f20eb490a4dacbd1b484333e721e1fa9023 Mon Sep 17 00:00:00 2001 From: binaryify Date: Sun, 22 Oct 2023 13:57:09 +0800 Subject: [PATCH] =?UTF-8?q?update:=20CI=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Build_Image.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Build_Image.yml b/.github/workflows/Build_Image.yml index 505a204..52767f4 100644 --- a/.github/workflows/Build_Image.yml +++ b/.github/workflows/Build_Image.yml @@ -18,6 +18,10 @@ jobs: id: get_version if: startsWith(github.ref, 'refs/tags/') && startsWith(github.repository, 'Binaryify/NeteaseCloudMusicApi') run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} + - name: Set Swap Space + uses: pierotofy/set-swap-space@master + with: + swap-size-gb: 10 - name: Build and publish image uses: ilteoood/docker_buildx@master if: startsWith(github.ref, 'refs/tags/') && startsWith(github.repository, 'Binaryify/NeteaseCloudMusicApi')