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.
18 lines
394 B
YAML
18 lines
394 B
YAML
pipeline:
|
|
build:
|
|
image: plugins/hugo
|
|
settings:
|
|
hugo_version: 0.107.0
|
|
|
|
publish:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
platforms: "linux/amd64,linux/arm64"
|
|
repo: git.habedieeh.re/shruub/no-js.club
|
|
registry: git.habedieeh.re
|
|
tags: latest
|
|
username: shruub
|
|
password:
|
|
from_secret: docker_password
|
|
custom_dns: 9.9.9.9
|