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 6m22s

This commit is contained in:
xuthus 2024-07-06 19:48:53 +08:00 committed by GitHub
parent 932f6397e8
commit f1e4f6b927
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,9 @@ 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
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
#build镜像并push到中央仓库中
- name: Build and push
id: docker_build