Update .woodpecker.yml

This commit is contained in:
dragongoose 2023-09-27 19:49:31 +00:00
parent 4941460e0b
commit 652ba20fc3

View file

@ -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: