1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

Update build.yaml
Some checks failed
pigallery2 / pigallery2-Gitea-Actions (push) Failing after 4m53s

This commit is contained in:
xuthus 2024-07-03 17:19:16 +08:00 committed by GitHub
parent 35f76a4d36
commit a30602ec8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,10 +22,6 @@ jobs:
run: npm install --unsafe-perm run: npm install --unsafe-perm
- name: Build with Npm create-release - name: Build with Npm create-release
run: npm run create-release -- --skip-opt-packages=ffmpeg-static,ffprobe-static --force-opt-packages 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到中央仓库中 #build镜像并push到中央仓库中
- name: Build and push - name: Build and push
id: docker_build id: docker_build