generated from Templates/Baseline
disable docker hub deploy target
This commit is contained in:
parent
c4988f9492
commit
2c1e39ddc7
@ -7,16 +7,18 @@ when:
|
||||
variables:
|
||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:3.2.1'
|
||||
# deployment targets
|
||||
- &publish_repos 'ocram85/plugin-gitea-package,gitea.ocram85.com/plugins/gitea-package'
|
||||
# TODO: Disabled docker hub target until first release is ready / Rate Limits
|
||||
#- &publish_repos 'ocram85/plugin-gitea-package,gitea.ocram85.com/plugins/gitea-package'
|
||||
- &publish_repos 'gitea.ocram85.com/plugins/gitea-package'
|
||||
# logins for deployment targets
|
||||
- publish_logins: &publish_logins
|
||||
# Default DockerHub login
|
||||
- registry: https://index.docker.io/v1/
|
||||
username:
|
||||
from_secret: docker_user
|
||||
password:
|
||||
from_secret: docker_passwd
|
||||
# Additional Quay.IO login
|
||||
#- registry: https://index.docker.io/v1/
|
||||
# username:
|
||||
# from_secret: docker_user
|
||||
# password:
|
||||
# from_secret: docker_passwd
|
||||
# Additional Gitea login
|
||||
- registry: https://gitea.ocram85.com
|
||||
username:
|
||||
from_secret: gitea_user
|
||||
|
Loading…
Reference in New Issue
Block a user