move publish pipeline to custom image
parent
1703f92a3d
commit
acb76b4441
|
@ -1,17 +1,11 @@
|
|||
branches: main
|
||||
pipeline:
|
||||
setup:
|
||||
image: ivangabriele/tauri:bullseye-node18
|
||||
when:
|
||||
event: [tag]
|
||||
commands:
|
||||
- npm i -D @tauri-apps/cli
|
||||
build:
|
||||
image: ivangabriele/tauri:bullseye-node18
|
||||
image: gitea.greenboi.me/emerald/cathode-build:latest
|
||||
pull: true
|
||||
when:
|
||||
event: [tag]
|
||||
commands:
|
||||
- apt install libasound2-dev
|
||||
- npm ci
|
||||
- npm run tauri build
|
||||
upload:
|
||||
|
|
Loading…
Reference in New Issue