From a30602ec8cbe5c7d141ea5ccd5e15825f0c89789 Mon Sep 17 00:00:00 2001 From: xuthus Date: Wed, 3 Jul 2024 17:19:16 +0800 Subject: [PATCH] Update build.yaml --- .gitea/workflows/build.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 85773595..e20282e2 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -22,10 +22,6 @@ jobs: run: npm install --unsafe-perm - name: Build with Npm create-release run: npm run create-release -- --skip-opt-packages=ffmpeg-static,ffprobe-static --force-opt-packages - - uses: actions/upload-artifact@v4 - with: - name: pigallery2-release - path: release #build镜像并push到中央仓库中 - name: Build and push id: docker_build