Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,21 @@ steps:
publish_release_docker:
image: woodpeckerci/plugin-docker-buildx
settings:
repo: dessalines/lemmy
repo: |
dessalines/lemmy
ghcr.io/lemmynet/lemmy
dockerfile: docker/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
logins:
- registry: https://index.docker.io/v1/
username:
from_secret: docker_username
password:
from_secret: docker_password
- registry: https://ghcr.io
username:
from_secret: github_username
password:
from_secret: github_token
platforms: linux/amd64, linux/arm64
build_args:
RUST_RELEASE_MODE: release
Expand Down