Fix woodpecker
This commit is contained in:
parent
4a6b3c2f23
commit
5bc354aae5
@ -5,11 +5,17 @@ steps:
|
||||
- git clone --recurse-submodules -j8 https://codeberg.org/dragongoose/safetwitch
|
||||
- npm i
|
||||
- npm run lint
|
||||
when:
|
||||
event: push
|
||||
branch: master
|
||||
|
||||
build:
|
||||
image: docker.io/node:16
|
||||
commands:
|
||||
- npm run build
|
||||
when:
|
||||
event: push
|
||||
branch: master
|
||||
|
||||
publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
@ -24,4 +30,3 @@ steps:
|
||||
from_secret: cb_token
|
||||
when:
|
||||
event: tag
|
||||
path: Dockerfile
|
Loading…
x
Reference in New Issue
Block a user