mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
更新
This commit is contained in:
parent
c8b4f4c091
commit
d80587a422
@ -19,10 +19,19 @@ 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
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pigallery2-release
|
||||
path: release
|
||||
build-dockerx:
|
||||
runs-on: node-lts
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: pigallery2-release
|
||||
path: pigallery2-release
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
Loading…
Reference in New Issue
Block a user