manga-dlp/.woodpecker/publish_docker_manifest.yml

37 lines
687 B
YAML
Raw Normal View History

###########################
# publish docker manifest #
###########################
# branch: master
# event: tag
platform: linux/amd64
depends_on:
- publish_docker_amd64
- publish_docker_arm64
clone:
git:
2023-02-12 03:41:49 +01:00
image: woodpeckerci/plugin-git:v1.6.0
when:
event: tag
2023-02-12 05:13:14 +01:00
tag: "*[!-dev]"
pipeline:
# publish docker manifest for automatic multi arch pulls
publish-manifest:
image: plugins/manifest
pull: true
2023-02-12 03:41:49 +01:00
when:
event: tag
2023-02-12 05:13:14 +01:00
tag: "*[!-dev]"
settings:
spec: docker/manifest.tmpl
auto_tag: true
ignore_missing: true
username:
from_secret: cr-dhub-username
password:
from_secret: cr-dhub-key