|
|
|
@ -4,12 +4,13 @@ pipeline:
|
|
|
|
|
settings:
|
|
|
|
|
hugo_version: 0.107.0
|
|
|
|
|
|
|
|
|
|
#publish:
|
|
|
|
|
# image: docker
|
|
|
|
|
# settings:
|
|
|
|
|
# username: shruub
|
|
|
|
|
# password: $DOCKER_PASSWORD
|
|
|
|
|
# repo: shruub/no-js.club
|
|
|
|
|
# secrets: [docker_password ]
|
|
|
|
|
# tags:
|
|
|
|
|
# - latest-amd64
|
|
|
|
|
publish:
|
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
|
settings:
|
|
|
|
|
platforms: linux/amd64,linux/aarch64
|
|
|
|
|
repo: git.habedieeh.re/shruub/no-js.club
|
|
|
|
|
registry: git.habedieeh.re
|
|
|
|
|
tags: latest
|
|
|
|
|
username: shruub
|
|
|
|
|
password:
|
|
|
|
|
from_secret: docker_password
|
|
|
|
|