docker-pyload-ng/.woodpecker.yml
nyyu 45bd03514d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: support build pip version
2022-11-21 11:21:08 +01:00

18 lines
418 B
YAML

pipeline:
docker:
image: woodpeckerci/plugin-docker-buildx
settings:
username:
from_secret: registry_username
password:
from_secret: registry_password
repo: ${DOCKER_REGISTRY}/${CI_REPO_OWNER}/pyload-ng
registry: ${DOCKER_REGISTRY}
tags: latest
build_args: VERSION=dev
when:
branch: main
event:
- push
- cron
- tag