2025-07-05 21:03:14 -07:00
|
|
|
when:
|
|
|
|
branch: main
|
|
|
|
event:
|
|
|
|
- push
|
|
|
|
|
|
|
|
variables:
|
2025-07-05 21:13:47 -07:00
|
|
|
- &repo scm.gruezi.net/${CI_REPO}
|
2025-07-05 21:03:14 -07:00
|
|
|
|
|
|
|
steps:
|
|
|
|
publish:
|
|
|
|
image: docker.io/woodpeckerci/plugin-docker-buildx:latest
|
|
|
|
settings:
|
|
|
|
repo: *repo
|
|
|
|
registry: scm.gruezi.net
|
|
|
|
tags: latest
|
|
|
|
username: woodpecker_bot
|
|
|
|
password:
|
|
|
|
from_secret: FORGEJO_PACKAGES_API_TOKEN
|
|
|
|
platforms: linux/amd64,linux/arm64
|
|
|
|
when:
|
|
|
|
event: push
|