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
|
- git clone --recurse-submodules -j8 https://codeberg.org/dragongoose/safetwitch
|
||||||
- npm i
|
- npm i
|
||||||
- npm run lint
|
- npm run lint
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
branch: master
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: docker.io/node:16
|
image: docker.io/node:16
|
||||||
commands:
|
commands:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
branch: master
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
@ -24,4 +30,3 @@ steps:
|
|||||||
from_secret: cb_token
|
from_secret: cb_token
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
path: Dockerfile
|
|
Loading…
x
Reference in New Issue
Block a user