0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 13:22:58 -05:00

Update .woodpecker.yml

This commit is contained in:
dragongoose 2023-09-27 19:38:38 +00:00
parent 8f18aed5c7
commit 2e00de7bfe

View file

@ -1,3 +1,7 @@
variables:
- &file Dockerfile
- &repo codeberg.org/${CI_REPO_OWNER}/hello
steps:
lint:
image: docker.io/node:16
@ -9,3 +13,17 @@ steps:
image: docker.io/node:16
commands:
- npm run build
publish:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: *file
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
repo: *repo
registry: codeberg.org
tags: ${CI_COMMIT_TAG},latest
username: ${CI_REPO_OWNER}
password:
from_secret: cb_token
when:
event: tag
path: *file