You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
446 B
YAML
20 lines
446 B
YAML
version: 1
|
|
when:
|
|
- event: [tag]
|
|
branch:
|
|
- ${CI_REPO_DEFAULT_BRANCH}
|
|
steps:
|
|
build:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
secrets: [forgejo_token]
|
|
settings:
|
|
dockerfile: Containerfile
|
|
tag: ${CI_COMMIT_TAG##v}
|
|
repo: git.trivernis.net/trivernis/plantwiki
|
|
registry: git.trivernis.net
|
|
platforms: linux/amd64
|
|
username: woodpeckerbot
|
|
password:
|
|
from_secret: forgejo_token
|
|
|