diff --git a/.woodpecker.yml b/.woodpecker.yml index fbb5fbf..399df8c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 \ No newline at end of file + 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