mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-01-18 02:12:27 -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
|
- git clone --recurse-submodules -j8 https://codeberg.org/dragongoose/safetwitch
|
||||||
- npm i
|
- npm i
|
||||||
- npm run lint
|
- npm run lint
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: docker.io/node:16
|
image: docker.io/node:16
|
||||||
commands:
|
commands:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||||
repo: codeberg.org/${CI_REPO_OWNER}/safetwitch
|
|
||||||
registry: codeberg.org
|
registry: codeberg.org
|
||||||
|
repo: codeberg.org/${CI_REPO_OWNER}/safetwitch
|
||||||
tags: ${CI_COMMIT_TAG},latest
|
tags: ${CI_COMMIT_TAG},latest
|
||||||
username: ${CI_REPO_OWNER}
|
username: ${CI_REPO_OWNER}
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Add table
Reference in a new issue