Mylloon
08edce2bb1
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
TODO: remove temporary dependencie @web-scrobbler/metadata-filter Reviewed-on: #133 Co-authored-by: Mylloon <kennel.anri@tutanota.com> Co-committed-by: Mylloon <kennel.anri@tutanota.com>
15 lines
341 B
YAML
15 lines
341 B
YAML
steps:
|
|
publish:
|
|
image: woodpeckerci/plugin-docker-buildx:2
|
|
settings:
|
|
labels:
|
|
platform: linux/amd64
|
|
repo: git.mylloon.fr/${CI_REPO,,}
|
|
auto_tag: true
|
|
registry: git.mylloon.fr
|
|
username: ${CI_REPO_OWNER}
|
|
password:
|
|
from_secret: cb_token
|
|
when:
|
|
event: push
|
|
branch: main
|