0
Fork 0
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:
dragongoose 2023-09-27 19:41:43 +00:00
parent 2e00de7bfe
commit 4941460e0b

View file

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