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