mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Update .woodpecker.yml
This commit is contained in:
parent
4941460e0b
commit
652ba20fc3
1 changed files with 3 additions and 1 deletions
|
@ -5,17 +5,19 @@ steps:
|
|||
- git clone --recurse-submodules -j8 https://codeberg.org/dragongoose/safetwitch
|
||||
- npm i
|
||||
- npm run lint
|
||||
|
||||
build:
|
||||
image: docker.io/node:16
|
||||
commands:
|
||||
- npm run build
|
||||
|
||||
publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||
repo: codeberg.org/${CI_REPO_OWNER}/safetwitch
|
||||
registry: codeberg.org
|
||||
repo: codeberg.org/${CI_REPO_OWNER}/safetwitch
|
||||
tags: ${CI_COMMIT_TAG},latest
|
||||
username: ${CI_REPO_OWNER}
|
||||
password:
|
||||
|
|
Loading…
Reference in a new issue