seattlecitylight-mastodon-bot/.woodpecker/docker-buildx.yml
Liam Steckler 3e8d543f52
Some checks failed
ci/woodpecker/push/docker-buildx Pipeline failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/vulnerability-scan Pipeline failed
Initial docker image
2025-07-05 21:03:14 -07:00

21 lines
428 B
YAML

when:
branch: main
event:
- push
variables:
- &repo scm.gruezi.net/buckbanzai/crossposter
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