woodpecker-ansible-runner/.woodpecker.yml
SebClem 31c17e0e4e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Registry login
2022-12-19 14:56:00 +01:00

34 lines
929 B
YAML

pipeline:
# build-only:
# image: woodpeckerci/plugin-docker-buildx
# settings:
# username:
# from_secret: harbor_username
# password:
# from_secret: harbor_password
# repo: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}
# cache_from: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}
# registry: harbor.sebclem.fr
# dry_run: true
# when:
# event: [push, pull_request, manual]
publish:
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64
tag: next
repo: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}
logins:
- registry: https://harbor.sebclem.fr
username:
from_secret: harbor_username
password:
from_secret: harbor_password
# cache_from: harbor.sebclem.fr/sebclem/${CI_REPO_NAME}
# when:
# environment: production
# event: deployment